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:13 +02:00
parent bb293e7b62
commit 6e2b92f7cc

View file

@ -36,7 +36,7 @@ services:
ports: ports:
- 0.0.0.0:8265:8265 - 0.0.0.0:8265:8265
- 8266:8266 - 8266:8266
restart: unless-stopped restart: always
volumes: volumes:
#- tdarr_config:/app #- tdarr_config:/app
- /app-config/data:/app/server - /app-config/data:/app/server