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

Renamed values according to the README

Proxymiity ☆ 2021-04-29 20:27:33 +02:00
parent 01e7a92c00
commit 827b366bf7

@ -1,9 +1,9 @@
Usually, password hints are sent by email. But as vaultwarden is made with small or personal deployment in mind, hints are also available from the password hint page, so you don't have to configure an email service. If you want to disable this feature, you can use the `SHOW_PASSWORD_HINT` variable:
```sh
docker run -d --name bitwarden \
docker run -d --name vaultwarden \
-e SHOW_PASSWORD_HINT=false \
-v /bw-data/:/data/ \
-v /vw-data/:/data/ \
-p 80:80 \
vaultwarden/server:latest
```