From b13c87a4f79c7756428c974dc3fdf7a7bc847121 Mon Sep 17 00:00:00 2001 From: sascha Date: Sun, 12 Apr 2026 09:55:09 +0200 Subject: [PATCH] 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. --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index f27df15..e69f4a7 100644 --- a/compose.yaml +++ b/compose.yaml @@ -20,7 +20,7 @@ services: - data:/data/ ports: - 9096:8096 - restart: unless-stopped + restart: always networks: - jellyfin_network devices: