0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-17 19:38:25 +02:00

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

Proxymiity ☆ 2021-04-29 20:21:11 +02:00
parent 7bae82d411
commit f710351fdb

@ -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
```