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
97b6db4d0c
commit
10f884cd6d
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ services:
|
||||||
- tdarr:/tdarr
|
- tdarr:/tdarr
|
||||||
- chris:/chris
|
- chris:/chris
|
||||||
- data:/data
|
- data:/data
|
||||||
restart: unless-stopped
|
restart: always
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
usenet:
|
usenet:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue