0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-15 18:38:21 +02:00

Changed bw-data to vw-data according to the README

Proxymiity ☆ 2021-04-29 20:23:30 +02:00
parent 5d3a82d0e6
commit 3513d86eb1

@ -14,7 +14,7 @@ Then you need to enable WebSockets negotiation on the vaultwarden side by settin
```sh
docker run -d --name bitwarden \
-e WEBSOCKET_ENABLED=true \
-v /bw-data/:/data/ \
-v /vw-data/:/data/ \
-p 80:80 \
-p 3012:3012 \
vaultwarden/server:latest