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