0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-16 10:58:20 +02:00

Remove WEBSOCKET_ENABLED, no longer needed

Felix E 2023-07-09 17:54:17 +02:00
parent 88fc2bf7d1
commit ee7573aaf9

@ -63,7 +63,6 @@ services:
volumes:
- $PWD/vw-data:/data
environment:
WEBSOCKET_ENABLED: 'true' # Required to use websockets
SIGNUPS_ALLOWED: 'false' # set to false to disable signups
DOMAIN: 'https://[DOMAIN]'
SMTP_HOST: '[MAIL-SERVER]'