mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-19 13:56:32 +00:00
37 lines
670 B
YAML
37 lines
670 B
YAML
file:
|
|
/kopano/data/attachments/:
|
|
exists: true
|
|
mode: "0755"
|
|
owner: kopano
|
|
group: kopano
|
|
filetype: directory
|
|
/run/kopano/prio.sock:
|
|
exists: true
|
|
mode: "0660"
|
|
owner: kopano
|
|
group: kopano
|
|
filetype: socket
|
|
/run/kopano/server.pid:
|
|
exists: true
|
|
mode: "0644"
|
|
owner: kopano
|
|
group: kopano
|
|
filetype: file
|
|
/run/kopano/server.sock:
|
|
exists: true
|
|
mode: "0666"
|
|
owner: kopano
|
|
group: kopano
|
|
filetype: socket
|
|
process:
|
|
kopano-server:
|
|
running: true
|
|
http:
|
|
http://localhost:236:
|
|
status: 405
|
|
timeout: 5000
|
|
https://localhost:237:
|
|
status: 405
|
|
allow-insecure: true
|
|
timeout: 5000
|