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:14 +02:00
parent 97b6db4d0c
commit 10f884cd6d

View file

@ -20,7 +20,7 @@ services:
- tdarr:/tdarr
- chris:/chris
- data:/data
restart: unless-stopped
restart: always
volumes:
usenet: