mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-22 09:49:20 -07:00
Remove WEBSOCKET_ENABLED, no longer needed
@@ -63,7 +63,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- $PWD/vw-data:/data
|
- $PWD/vw-data:/data
|
||||||
environment:
|
environment:
|
||||||
WEBSOCKET_ENABLED: 'true' # Required to use websockets
|
|
||||||
SIGNUPS_ALLOWED: 'false' # set to false to disable signups
|
SIGNUPS_ALLOWED: 'false' # set to false to disable signups
|
||||||
DOMAIN: 'https://[DOMAIN]'
|
DOMAIN: 'https://[DOMAIN]'
|
||||||
SMTP_HOST: '[MAIL-SERVER]'
|
SMTP_HOST: '[MAIL-SERVER]'
|
||||||
|
|||||||
Reference in New Issue
Block a user