mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 21:18:13 -05:00
docker compose tag update
This commit is contained in:
parent
822e67d5f9
commit
0ad9e5a217
@ -2,32 +2,32 @@ version: '3'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
mssql:
|
mssql:
|
||||||
image: bitwarden/mssql:beta
|
image: bitwarden/mssql:1.12.0
|
||||||
container_name: mssql
|
container_name: mssql
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
web:
|
web:
|
||||||
image: bitwarden/web:beta
|
image: bitwarden/web:1.12.0
|
||||||
container_name: web
|
container_name: web
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
attachments:
|
attachments:
|
||||||
image: bitwarden/attachments:beta
|
image: bitwarden/attachments:1.12.0
|
||||||
container_name: attachments
|
container_name: attachments
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
api:
|
api:
|
||||||
image: bitwarden/api:beta
|
image: bitwarden/api:1.12.0
|
||||||
container_name: api
|
container_name: api
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
identity:
|
identity:
|
||||||
image: bitwarden/identity:beta
|
image: bitwarden/identity:1.12.0
|
||||||
container_name: identity
|
container_name: identity
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
image: bitwarden/nginx:beta
|
image: bitwarden/nginx:1.12.0
|
||||||
container_name: nginx
|
container_name: nginx
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user