mirror of
https://github.com/dani-garcia/bitwarden_rs
synced 2024-11-22 01:48:09 +01:00
Bitwarden changed to Vaultwarden
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`:
|
||||
|
||||
```sh
|
||||
docker run -d --name bitwarden \
|
||||
docker run -d --name vaultwarden \
|
||||
-e WEBSOCKET_ENABLED=true \
|
||||
-v /vw-data/:/data/ \
|
||||
-p 80:80 \
|
||||
|
Loading…
Reference in New Issue
Block a user