mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-24 01:14:27 +01:00
Update docker-compose.yml
use alpine image with no publicly known CVEs
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user