mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-07 07:56:12 +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
8 lines
96 B
YAML
8 lines
96 B
YAML
version: "3.5"
|
|
|
|
services:
|
|
# disable services
|
|
mail:
|
|
image: hello-world
|
|
restart: "no"
|