mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-22 09:49:20 -07:00
Added DOMAIN environment variable also to vaultwarden, otherwise attachments don't work in some cases.
@@ -18,6 +18,7 @@ services:
|
||||
restart: always
|
||||
environment:
|
||||
WEBSOCKET_ENABLED: "true" # Enable WebSocket notifications.
|
||||
DOMAIN: "https://vaultwarden.example.com" # Your domain; vaultwarden needs to know it's https to work properly with attachments
|
||||
volumes:
|
||||
- ./vw-data:/data
|
||||
|
||||
@@ -98,6 +99,7 @@ services:
|
||||
restart: always
|
||||
environment:
|
||||
WEBSOCKET_ENABLED: "true" # Enable WebSocket notifications.
|
||||
DOMAIN: "https://vaultwarden.example.com" # Your domain; vaultwarden needs to know it's https to work properly with attachments
|
||||
volumes:
|
||||
- ./vw-data:/data
|
||||
|
||||
|
||||
Reference in New Issue
Block a user