From f3c6374db3a6f779e5d3d4dcc70c49f3e9665b13 Mon Sep 17 00:00:00 2001 From: techsolo12 <36322543+techsolo12@users.noreply.github.com> Date: Thu, 18 Nov 2021 21:33:28 +0100 Subject: [PATCH] Bitwarden changed to Vaultwarden --- Enabling-WebSocket-notifications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \