From 10f884cd6d8c87fd6a2e8c5818dac37bd1f663a6 Mon Sep 17 00:00:00 2001 From: sascha Date: Sun, 12 Apr 2026 09:55:14 +0200 Subject: [PATCH] chore: restart policy unless-stopped -> always Prevents containers from staying down after host reboot. Combined with soft NFS mounts, containers will retry on mount failure. --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 227ce97..d75b441 100644 --- a/compose.yaml +++ b/compose.yaml @@ -20,7 +20,7 @@ services: - tdarr:/tdarr - chris:/chris - data:/data - restart: unless-stopped + restart: always volumes: usenet: