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:
parent
c7d4c6ce14
commit
2287b9e4d1
1 changed files with 3 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue