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

docker web image

This commit is contained in:
Kyle Spearrin
2017-08-07 17:08:41 -04:00
parent 9bc6ba554a
commit a281e9906d
2 changed files with 15 additions and 0 deletions

View File

@ -10,6 +10,11 @@ services:
- mssql.override.env
ports:
- '1433:1433'
web:
image: bitwarden/web
container_name: web
restart: always
api:
image: bitwarden/api