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

Bitwarden changed to Vaultwarden

techsolo12 2021-11-18 21:33:28 +01:00
parent d9b232b7e6
commit f3c6374db3

@ -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`: Then you need to enable WebSockets negotiation on the vaultwarden side by setting the `WEBSOCKET_ENABLED` variable to `true`:
```sh ```sh
docker run -d --name bitwarden \ docker run -d --name vaultwarden \
-e WEBSOCKET_ENABLED=true \ -e WEBSOCKET_ENABLED=true \
-v /vw-data/:/data/ \ -v /vw-data/:/data/ \
-p 80:80 \ -p 80:80 \