mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-25 19:29:21 -07:00
Added DOMAIN environment variable also to vaultwarden, otherwise attachments don't work in some cases.
@@ -18,6 +18,7 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
WEBSOCKET_ENABLED: "true" # Enable WebSocket notifications.
|
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:
|
volumes:
|
||||||
- ./vw-data:/data
|
- ./vw-data:/data
|
||||||
|
|
||||||
@@ -98,6 +99,7 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
WEBSOCKET_ENABLED: "true" # Enable WebSocket notifications.
|
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:
|
volumes:
|
||||||
- ./vw-data:/data
|
- ./vw-data:/data
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user