From 6e2b92f7ccfdbaf06ccbe5d374c75b7754adc648 Mon Sep 17 00:00:00 2001 From: sascha Date: Sun, 12 Apr 2026 09:55:13 +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 63b84e3..0c97864 100644 --- a/compose.yaml +++ b/compose.yaml @@ -36,7 +36,7 @@ services: ports: - 0.0.0.0:8265:8265 - 8266:8266 - restart: unless-stopped + restart: always volumes: #- tdarr_config:/app - /app-config/data:/app/server