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