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
bb293e7b62
commit
6e2b92f7cc
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ services:
|
|||
ports:
|
||||
- 0.0.0.0:8265:8265
|
||||
- 8266:8266
|
||||
restart: unless-stopped
|
||||
restart: always
|
||||
volumes:
|
||||
#- tdarr_config:/app
|
||||
- /app-config/data:/app/server
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue