1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 00:22:50 -05:00

mssql image with setup script on entrypoint

This commit is contained in:
Kyle Spearrin
2017-08-17 22:28:56 -04:00
parent a222613082
commit 1fd7f5dd03
9 changed files with 41 additions and 1 deletions

View File

@ -2,7 +2,7 @@ version: '3'
services:
mssql:
image: microsoft/mssql-server-linux
image: bitwarden/mssql
container_name: mssql
restart: always
ports:
@ -26,6 +26,7 @@ services:
identity:
image: bitwarden/identity
container_name: identity
restart: always
nginx:
image: bitwarden/nginx