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 ```