fix: Remove `restart: always` from `compose.yaml`
We actively discourage this in the docs
This commit is contained in:
parent
c5f125c973
commit
7c4ad3804c
|
@ -19,7 +19,6 @@ services:
|
|||
- ./docker-data/dms/mail-logs/:/var/log/mail/
|
||||
- ./docker-data/dms/config/:/tmp/docker-mailserver/
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
restart: always
|
||||
stop_grace_period: 1m
|
||||
# Uncomment if using `ENABLE_FAIL2BAN=1`:
|
||||
# cap_add:
|
||||
|
|
Loading…
Reference in New Issue