From 48152384a77c96a75e1d57a76cdd2fdad417f10c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Proxymiity=20=E2=98=86?= Date: Thu, 29 Apr 2021 20:21:53 +0200 Subject: [PATCH] Changed bw-data to vw-data according to the README --- Disable-registration-of-new-users.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Disable-registration-of-new-users.md b/Disable-registration-of-new-users.md index e5fcc68..5f0bc44 100644 --- a/Disable-registration-of-new-users.md +++ b/Disable-registration-of-new-users.md @@ -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 ```