Update vaultwarden.yaml

This commit is contained in:
2026-07-14 11:00:30 -05:00
parent 60899f0c65
commit 6ce210ab8a
+1 -1
View File
@@ -6,7 +6,7 @@ services:
environment:
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
WEBSOCKET_ENABLED: "true"
WEB_VAULT_ENABLED: true
volumes:
- /srv/docker/office/vaultwarden/:/data # Persist data even if the container stops