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
7e553408a6
commit
da6eeb07b1
@ -9,7 +9,7 @@ To set the token, use the `ADMIN_TOKEN` variable:
|
||||
```sh
|
||||
docker run -d --name bitwarden \
|
||||
-e ADMIN_TOKEN=some_random_token_as_per_above_explanation \
|
||||
-v /bw-data/:/data/ \
|
||||
-v /vw-data/:/data/ \
|
||||
-p 80:80 \
|
||||
vaultwarden/server:latest
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user