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:
@@ -0,0 +1,7 @@
|
||||
version: "3.5"
|
||||
|
||||
services:
|
||||
# disable services
|
||||
mail:
|
||||
image: hello-world
|
||||
restart: "no"
|
||||
Reference in New Issue
Block a user