1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-11 16:32:59 +00:00
* 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:
Felix Bartels
2019-03-22 19:07:44 +01:00
committed by GitHub
parent 676360dbb4
commit dffb90e972
3 changed files with 34 additions and 4 deletions
+3 -1
View File
@@ -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"
}
})