1
0
mirror of https://github.com/bitwarden/server.git synced 2025-01-22 21:51:22 +01:00

Fix PostgreSQL compatible version and MSSQL data volume path (#2454)

This commit is contained in:
Vince Grassia 2022-12-01 14:01:18 -05:00 committed by GitHub
parent 8718f22ab2
commit c8b5f0a905
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ services:
# POSTGRES_USER: "bitwarden"
# POSTGRES_PASSWORD: "super_strong_password"
# POSTGRES_DB: "bitwarden_vault"
# image: postgres:15
# image: postgres:14
# restart: always
# volumes:
# - data:/var/lib/postgresql/data
@ -48,7 +48,7 @@ services:
# image: mcr.microsoft.com/mssql/server:2019-latest
# restart: always
# volumes:
# - data:/var/opt/mssql/data
# - data:/var/opt/mssql
volumes:
bitwarden: