fix: proper volume

This commit is contained in:
Strix 2023-11-09 20:44:12 +01:00
parent f8a289b903
commit d0a5433cb8
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774

View file

@ -26,7 +26,7 @@ services:
- /srv/mailserver/other/state:/var/mail-state/ - /srv/mailserver/other/state:/var/mail-state/
- /srv/mailserver/other/log/:/var/log/mail/ - /srv/mailserver/other/log/:/var/log/mail/
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
- /srv/certbot:/etc/letsencrypt:ro # Certbot volume - /srv/certbot/data:/etc/letsencrypt:ro # Certbot volume
restart: always restart: always
stop_grace_period: 1m stop_grace_period: 1m
# Uncomment if using `ENABLE_FAIL2BAN=1`: # Uncomment if using `ENABLE_FAIL2BAN=1`: