Update vaultwarden.yaml

This commit is contained in:
2026-07-14 11:14:09 -05:00
parent cd9aebabd1
commit 2f910db283
+2 -2
View File
@@ -4,8 +4,8 @@ services:
container_name: vaultwarden container_name: vaultwarden
restart: always restart: always
environment: environment:
DOMAIN: "${VAULTWARDEN_URL}" # your domain vaultwarden needs to know its https to work properly with attachments - required when using a reverse proxy DOMAIN: "https://vault.zazlab.freeddns.org" # your domain vaultwarden needs to know its https to work properly with attachments - required when using a reverse proxy
TZ: America/Chicago TZ: 'America/Chicago'
WEBSOCKET_ENABLED: "true" WEBSOCKET_ENABLED: "true"
WEB_VAULT_ENABLED: true WEB_VAULT_ENABLED: true
volumes: volumes: