Fix mail/docker-compose.yaml

This commit is contained in:
Daniel Meiburg 2023-07-27 21:10:18 +02:00
parent 0b9c82386d
commit 59e14c1575
Signed by: dm
GPG Key ID: E5827ECFFE0AA4F2
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ services:
- ./docker-data/dms/mail-logs/:/var/log/mail/
- ./docker-data/dms/config/:/tmp/docker-mailserver/
- /etc/localtime:/etc/localtime:ro
- /certs:/etc/letsencrypt:ro
- /certs:/etc/letsencrypt/live:ro
restart: always
stop_grace_period: 1m
# Uncomment if using `ENABLE_FAIL2BAN=1`: