Disallow new signups
This commit is contained in:
parent
932a38cd44
commit
ad811fcfd4
@ -6,7 +6,7 @@ services:
|
||||
restart: always
|
||||
environment:
|
||||
DOMAIN: "https://bitwarden.shoebottom.ca" # required when using a reverse proxy; your domain; vaultwarden needs to know it's https to work properly with attachments
|
||||
SIGNUPS_ALLOWED: "true" # Deactivate this with "false" after you have created your account so that no strangers can register
|
||||
SIGNUPS_ALLOWED: "false" # Deactivate this with "false" after you have created your account so that no strangers can register
|
||||
volumes:
|
||||
- /docker/appdata/bitwarden/vaultwarden:/data # the path before the : can be changed
|
||||
ports:
|
||||
|
Loading…
Reference in New Issue
Block a user