mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-01-16 20:50:33 +00:00
env var misnamed to "WEBSOCKET_ENABLED" instead of "ENABLE_WEBSOCKET" see https://github.com/dani-garcia/vaultwarden/blob/main/.env.template#L109
@@ -80,7 +80,7 @@ services:
|
||||
container_name: vaultwarden
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
WEBSOCKET_ENABLED: "true"
|
||||
ENABLE_WEBSOCKET: "true"
|
||||
SENDS_ALLOWED: "true"
|
||||
PASSWORD_ITERATIONS: 500000
|
||||
SIGNUPS_ALLOWED: "true"
|
||||
|
||||
Reference in New Issue
Block a user