0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-11-15 14:33:09 +01:00

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

Proxymiity ☆ 2021-04-29 20:22:30 +02:00
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
```