From 2287b9e4d13f62f99d6a3083cedcbc14d38a8d5a Mon Sep 17 00:00:00 2001 From: sascha Date: Sun, 12 Apr 2026 09:55:16 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compose.yaml b/compose.yaml index 7ff2e14..72d611e 100644 --- a/compose.yaml +++ b/compose.yaml @@ -16,7 +16,7 @@ services: - arr-chris_network ports: - 7878:7878 - restart: unless-stopped + restart: always volumes: - /app-config/arr/:/config - data:/chris @@ -24,7 +24,7 @@ services: sonarrCL: container_name: sonarrCL image: ghcr.io/hotio/sonarr:latest - restart: unless-stopped + restart: always environment: - PUID=1000 - PGID=1000 @@ -48,7 +48,7 @@ services: - JELLYFIN_TYPE=emby image: seerr/seerr:latest #image: fallenbagel/jellyseerr:develop - restart: unless-stopped + restart: always volumes: - /app-config/seerr:/app/config ports: