diff --git a/compose.yaml b/compose.yaml index 3e0c5f9..ef8b268 100644 --- a/compose.yaml +++ b/compose.yaml @@ -24,7 +24,7 @@ services: - PGID=1000 - NVIDIA_DRIVER_CAPABILITIES=all - NVIDIA_VISIBLE_DEVICES=all - restart: always + restart: unless-stopped devices: - /dev/nvidia0:/dev/nvidia0 - /dev/nvidiactl:/dev/nvidiactl @@ -41,4 +41,4 @@ volumes: driver_opts: device: :/volume1/nas o: addr=192.168.5.100,nolock,soft,rw - type: nfs \ No newline at end of file + type: nfs