From 827b366bf7fce509f267822905d1bc6dd9214e87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Proxymiity=20=E2=98=86?= Date: Thu, 29 Apr 2021 20:27:33 +0200 Subject: [PATCH] Renamed values according to the README --- Password-hint-display.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Password-hint-display.md b/Password-hint-display.md index 08d97b9..07bcb8e 100644 --- a/Password-hint-display.md +++ b/Password-hint-display.md @@ -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 ``` \ No newline at end of file