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:
parent
d1586a65b7
commit
a6306e3330
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ services:
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- NVIDIA_DRIVER_CAPABILITIES=all
|
- NVIDIA_DRIVER_CAPABILITIES=all
|
||||||
- NVIDIA_VISIBLE_DEVICES=all
|
- NVIDIA_VISIBLE_DEVICES=all
|
||||||
restart: unless-stopped
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 8096:8096
|
- 8096:8096
|
||||||
networks:
|
networks:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue