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
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: