From a6306e3330d79eb4f7a40beadd008b4a6be204cd Mon Sep 17 00:00:00 2001 From: sascha Date: Sun, 12 Apr 2026 09:55:11 +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 0611b7e..922d727 100644 --- a/compose.yaml +++ b/compose.yaml @@ -20,7 +20,7 @@ services: - PGID=1000 - NVIDIA_DRIVER_CAPABILITIES=all - NVIDIA_VISIBLE_DEVICES=all - restart: unless-stopped + restart: always ports: - 8096:8096 networks: