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
+7
View File
@@ -0,0 +1,7 @@
version: "3.5"
services:
# disable services
mail:
image: hello-world
restart: "no"