mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-11-11 12:32:22 +01:00
Changed bw-data to vw-data according to the README
parent
5d3a82d0e6
commit
3513d86eb1
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ Then you need to enable WebSockets negotiation on the vaultwarden side by settin
|
||||||
```sh
|
```sh
|
||||||
docker run -d --name bitwarden \
|
docker run -d --name bitwarden \
|
||||||
-e WEBSOCKET_ENABLED=true \
|
-e WEBSOCKET_ENABLED=true \
|
||||||
-v /bw-data/:/data/ \
|
-v /vw-data/:/data/ \
|
||||||
-p 80:80 \
|
-p 80:80 \
|
||||||
-p 3012:3012 \
|
-p 3012:3012 \
|
||||||
vaultwarden/server:latest
|
vaultwarden/server:latest
|
||||||
|
|
Loading…
Reference in a new issue