Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
use alpine image with no publicly known CVEs
  • Loading branch information
l4rm4nd authored Nov 7, 2023
1 parent 37c9706 commit 6f144d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/bitwarden-unified/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6f144d0

Please sign in to comment.