mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-11 16:32:59 +00:00
Misc (#120)
* add example docker override (one which would disable the mail container) * move some config options from docker-compose into the default conf * add missing depends_on
This commit is contained in:
@@ -10,7 +10,9 @@ kcconf.configkopano({
|
||||
'attachment_path': "/kopano/data/attachments/",
|
||||
'user_plugin': "ldap",
|
||||
'server_listen': "*:236",
|
||||
'server_listen_tls': "*:237"
|
||||
'server_listen_tls': "*:237",
|
||||
'sync_gab_realtime': "no",
|
||||
'kdoidc_initialize_timeout': "360"
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user