mirror of
https://github.com/dani-garcia/bitwarden_rs
synced 2024-11-22 09:55:57 +01:00
Changed bw-data to vw-data according to the README
parent
7c452359c0
commit
7bae82d411
@ -5,7 +5,7 @@ To set the limit, you can use the `ROCKET_LIMITS` variable. Example here shows 1
|
|||||||
```sh
|
```sh
|
||||||
docker run -d --name bitwarden \
|
docker run -d --name bitwarden \
|
||||||
-e ROCKET_LIMITS={json=10485760} \
|
-e ROCKET_LIMITS={json=10485760} \
|
||||||
-v /bw-data/:/data/ \
|
-v /vw-data/:/data/ \
|
||||||
-p 80:80 \
|
-p 80:80 \
|
||||||
vaultwarden/server:latest
|
vaultwarden/server:latest
|
||||||
```
|
```
|
Loading…
Reference in New Issue
Block a user