feat: specify stop grade period
parent
a814ec077b
commit
582b694c4d
|
@ -4,6 +4,7 @@ services:
|
||||||
image: didstopia/vrising-server:latest
|
image: didstopia/vrising-server:latest
|
||||||
container_name: vrising
|
container_name: vrising
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
stop_grace_period: 2m30s # Avoid data loss
|
||||||
environment:
|
environment:
|
||||||
# Configure the server
|
# Configure the server
|
||||||
V_RISING_SERVER_PERSISTENT_DATA_PATH: "/app/vrising"
|
V_RISING_SERVER_PERSISTENT_DATA_PATH: "/app/vrising"
|
||||||
|
|
Loading…
Reference in New Issue