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:09 +02:00
parent b9eea5510d
commit b13c87a4f7

View file

@ -20,7 +20,7 @@ services:
- data:/data/ - data:/data/
ports: ports:
- 9096:8096 - 9096:8096
restart: unless-stopped restart: always
networks: networks:
- jellyfin_network - jellyfin_network
devices: devices: