Update vaultwarden.yaml
This commit is contained in:
+2
-2
@@ -4,8 +4,8 @@ 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
|
||||
TZ: America/Chicago
|
||||
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'
|
||||
WEBSOCKET_ENABLED: "true"
|
||||
WEB_VAULT_ENABLED: true
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user