fix: Remove `restart: always` from `compose.yaml`

We actively discourage this in the docs
This commit is contained in:
Brennan Kinney 2024-07-21 11:05:29 +12:00 committed by GitHub
parent c5f125c973
commit 7c4ad3804c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -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: