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

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

Proxymiity ☆ 2021-04-29 20:21:24 +02:00
parent f710351fdb
commit 273110b75e

@ -5,7 +5,7 @@ If you have another method you would like to use for authentication to the `/adm
```sh
docker run -d --name bitwarden \
-e DISABLE_ADMIN_TOKEN=true \
-v /bw-data/:/data/ \
-v /vw-data/:/data/ \
-p 80:80 \
vaultwarden/server:latest
```