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

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

Proxymiity ☆ 2021-04-29 20:23:06 +02:00
parent 6ecc54b647
commit 5d3a82d0e6

@ -6,7 +6,7 @@ After that, you need to set the `DOMAIN` environment variable to the same addres
```sh
docker run -d --name bitwarden \
-e DOMAIN=https://bw.domain.tld \
-v /bw-data/:/data/ \
-v /vw-data/:/data/ \
-p 80:80 \
vaultwarden/server:latest
```