mirror of
https://github.com/dani-garcia/bitwarden_rs
synced 2024-11-22 01:48:09 +01:00
Added DOMAIN environment variable also to vaultwarden, otherwise attachments don't work in some cases.
parent
b673431eb2
commit
a649aad184
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user