From b38a1dafec1906ee46354c2f68cd2d1e4892d835 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Proxymiity=20=E2=98=86?= Date: Thu, 29 Apr 2021 20:44:20 +0200 Subject: [PATCH] Renamed values according to the README --- Enabling-U2F-authentication.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Enabling-U2F-authentication.md b/Enabling-U2F-authentication.md index 28bdaf7..c032628 100644 --- a/Enabling-U2F-authentication.md +++ b/Enabling-U2F-authentication.md @@ -4,8 +4,8 @@ HTTPS options or with a reverse proxy). We recommend using a free certificate fr After that, you need to set the `DOMAIN` environment variable to the same address from where vaultwarden is being served: ```sh -docker run -d --name bitwarden \ - -e DOMAIN=https://bw.domain.tld \ +docker run -d --name vaultwarden \ + -e DOMAIN=https://vw.domain.tld \ -v /vw-data/:/data/ \ -p 80:80 \ vaultwarden/server:latest