1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-06 05:28:15 -05:00

update depends on

This commit is contained in:
Kyle Spearrin 2019-03-25 14:48:06 -04:00
parent 3a1e24976b
commit b2045b92b4

View File

@ -85,7 +85,7 @@ services:
container_name: bitwarden-admin
restart: always
depends_on:
- "mssql"
- mssql
volumes:
- ../core:/etc/bitwarden/core
- ../ca-certificates:/etc/bitwarden/ca-certificates
@ -123,7 +123,10 @@ services:
container_name: bitwarden-nginx
restart: always
depends_on:
- "admin"
- web
- admin
- api
- identity
{{#if HasPort}}
ports:
{{#if HttpPort}}