vaultwarden/docker-compose.yml aktualisiert
This commit is contained in:
@@ -3,9 +3,6 @@ services:
|
|||||||
postgres:
|
postgres:
|
||||||
image: postgres:16-alpine
|
image: postgres:16-alpine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
dns:
|
|
||||||
- 1.1.1.1
|
|
||||||
- 8.8.8.8
|
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_USER=${POSTGRES_USER:-vaultwarden}
|
- POSTGRES_USER=${POSTGRES_USER:-vaultwarden}
|
||||||
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD:-vaultwarden}
|
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD:-vaultwarden}
|
||||||
|
|||||||
Reference in New Issue
Block a user