mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-02-17 13:58:12 +00: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…
Reference in New Issue
Block a user