Update docker-compose.yml

use alpine image with no publicly known CVEs
This commit is contained in:
LRVT 2023-11-07 16:06:23 +01:00 committed by GitHub
parent 37c9706a52
commit 6f144d0acd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ services:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/bitwarden-unified/data:/etc/bitwarden
bitwarden-unified-db:
image: postgres:latest
image: postgres:alpine3.18
container_name: bitwarden_unified_db
restart: always
environment: