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:07 +02:00
parent 901e9c1db3
commit 9b68326f89

View file

@ -19,7 +19,7 @@ services:
- PGID=1000
- NVIDIA_DRIVER_CAPABILITIES=all
- NVIDIA_VISIBLE_DEVICES=all
restart: unless-stopped
restart: always
ports:
- 8096:8096
networks: