vaultwarden/docker-compose.yml aktualisiert
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user