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

Proxymiity ☆ 2021-04-29 20:21:11 +02:00
parent 7bae82d411
commit f710351fdb
1 changed files with 1 additions and 1 deletions

@ -5,7 +5,7 @@ In the example below, we're starting with 20 workers:
```sh
docker run -d --name bitwarden \
-e ROCKET_WORKERS=20 \
-v /bw-data/:/data/ \
-v /vw-data/:/data/ \
-p 80:80 \
vaultwarden/server:latest
```