mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 07:36:14 -05:00
Stop mssql gently (#641)
This commit is contained in:
@ -20,6 +20,7 @@ services:
|
||||
image: bitwarden/mssql:{{{CoreVersion}}}
|
||||
container_name: bitwarden-mssql
|
||||
restart: always
|
||||
stop_grace_period: 60s
|
||||
volumes:
|
||||
{{#if MssqlDataDockerVolume}}
|
||||
- mssql_data:/var/opt/mssql/data
|
||||
|
Reference in New Issue
Block a user