diff --git a/Enabling-WebSocket-notifications.md b/Enabling-WebSocket-notifications.md index 1c65f54..7defb6a 100644 --- a/Enabling-WebSocket-notifications.md +++ b/Enabling-WebSocket-notifications.md @@ -12,7 +12,7 @@ Example configurations are included in [[Proxy examples|proxy-examples]]. Then you need to enable WebSockets negotiation on the vaultwarden side by setting the `WEBSOCKET_ENABLED` variable to `true`: ```sh -docker run -d --name bitwarden \ +docker run -d --name vaultwarden \ -e WEBSOCKET_ENABLED=true \ -v /vw-data/:/data/ \ -p 80:80 \