From 7c4ad3804cb8d81f74429c8209c08e914590925f Mon Sep 17 00:00:00 2001 From: Brennan Kinney <5098581+polarathene@users.noreply.github.com> Date: Sun, 21 Jul 2024 11:05:29 +1200 Subject: [PATCH] fix: Remove `restart: always` from `compose.yaml` We actively discourage this in the docs --- compose.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 8f5bfdb2..612d2dad 100644 --- a/compose.yaml +++ b/compose.yaml @@ -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: