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

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

Proxymiity ☆ 2021-04-29 20:21:53 +02:00
parent 11e0eb741b
commit 48152384a7

@ -3,7 +3,7 @@ By default, anyone who can access your instance can register for a new account.
```sh
docker run -d --name bitwarden \
-e SIGNUPS_ALLOWED=false \
-v /bw-data/:/data/ \
-v /vw-data/:/data/ \
-p 80:80 \
vaultwarden/server:latest
```