mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-11-13 13:32:42 +01:00
Changed bw-data to vw-data according to the README
parent
6ecc54b647
commit
5d3a82d0e6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue