mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-08 23:14:05 +01:00
Update docker-compose.yml
use alpine image with no publicly known CVEs
This commit is contained in:
parent
37c9706a52
commit
6f144d0acd
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user