vaultwarden/docker-compose.yml aktualisiert

This commit is contained in:
2026-04-01 10:51:06 +00:00
parent 755a976b6f
commit 61dad826c0

View File

@@ -3,6 +3,9 @@ services:
postgres:
image: postgres:16-alpine
restart: unless-stopped
dns:
- 1.1.1.1
- 8.8.8.8
environment:
- POSTGRES_USER=${POSTGRES_USER:-vaultwarden}
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD:-vaultwarden}