1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-20 11:04:31 -05:00

Stop mssql gently (#641)

This commit is contained in:
Mart124 2020-01-16 23:25:06 +01:00 committed by Kyle Spearrin
parent ff8731c82f
commit d9181045c9

View File

@ -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