From 9b68326f894aba1044205fb137e4dcf867749b18 Mon Sep 17 00:00:00 2001 From: sascha Date: Sun, 12 Apr 2026 09:55:07 +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 0cb8c28..57309c7 100644 --- a/compose.yaml +++ b/compose.yaml @@ -19,7 +19,7 @@ services: - PGID=1000 - NVIDIA_DRIVER_CAPABILITIES=all - NVIDIA_VISIBLE_DEVICES=all - restart: unless-stopped + restart: always ports: - 8096:8096 networks: