Update vaultwarden.yaml

This commit is contained in:
2026-07-14 11:01:08 -05:00
parent 6ce210ab8a
commit d64cd26690
+1 -1
View File
@@ -4,7 +4,7 @@ services:
container_name: vaultwarden
restart: always
environment:
DOMAIN: "${VAULTWARDEN_URL}" # your domain vaultwarden needs to know its https to work properly with attachments - required when using a reverse proxy
DOMAIN: ${VAULTWARDEN_URL} # your domain vaultwarden needs to know its https to work properly with attachments - required when using a reverse proxy
TZ: America/Chicago
WEBSOCKET_ENABLED: "true"
WEB_VAULT_ENABLED: true