0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-16 02:48:27 +02:00

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

Proxymiity ☆ 2021-04-29 20:20:57 +02:00
parent 7c452359c0
commit 7bae82d411

@ -5,7 +5,7 @@ To set the limit, you can use the `ROCKET_LIMITS` variable. Example here shows 1
```sh
docker run -d --name bitwarden \
-e ROCKET_LIMITS={json=10485760} \
-v /bw-data/:/data/ \
-v /vw-data/:/data/ \
-p 80:80 \
vaultwarden/server:latest
```