Change restart policy to 'unless-stopped'

This commit is contained in:
feldjaeger 2026-03-04 10:25:47 +01:00 committed by GitHub
parent 0977fd502b
commit f4e5388f66
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,7 +24,7 @@ services:
- PGID=1000 - PGID=1000
- NVIDIA_DRIVER_CAPABILITIES=all - NVIDIA_DRIVER_CAPABILITIES=all
- NVIDIA_VISIBLE_DEVICES=all - NVIDIA_VISIBLE_DEVICES=all
restart: always restart: unless-stopped
devices: devices:
- /dev/nvidia0:/dev/nvidia0 - /dev/nvidia0:/dev/nvidia0
- /dev/nvidiactl:/dev/nvidiactl - /dev/nvidiactl:/dev/nvidiactl