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:
@ -10,6 +10,11 @@ services:
|
||||
- mssql.override.env
|
||||
ports:
|
||||
- '1433:1433'
|
||||
|
||||
web:
|
||||
image: bitwarden/web
|
||||
container_name: web
|
||||
restart: always
|
||||
|
||||
api:
|
||||
image: bitwarden/api
|
||||
|
Reference in New Issue
Block a user