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.
This commit is contained in:
sascha 2026-04-12 09:55:16 +02:00
parent c7d4c6ce14
commit 2287b9e4d1

View file

@ -16,7 +16,7 @@ services:
- arr-chris_network - arr-chris_network
ports: ports:
- 7878:7878 - 7878:7878
restart: unless-stopped restart: always
volumes: volumes:
- /app-config/arr/:/config - /app-config/arr/:/config
- data:/chris - data:/chris
@ -24,7 +24,7 @@ services:
sonarrCL: sonarrCL:
container_name: sonarrCL container_name: sonarrCL
image: ghcr.io/hotio/sonarr:latest image: ghcr.io/hotio/sonarr:latest
restart: unless-stopped restart: always
environment: environment:
- PUID=1000 - PUID=1000
- PGID=1000 - PGID=1000
@ -48,7 +48,7 @@ services:
- JELLYFIN_TYPE=emby - JELLYFIN_TYPE=emby
image: seerr/seerr:latest image: seerr/seerr:latest
#image: fallenbagel/jellyseerr:develop #image: fallenbagel/jellyseerr:develop
restart: unless-stopped restart: always
volumes: volumes:
- /app-config/seerr:/app/config - /app-config/seerr:/app/config
ports: ports: