Disallow new signups
This commit is contained in:
parent
932a38cd44
commit
ad811fcfd4
@ -6,7 +6,7 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
environment:
|
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
|
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:
|
volumes:
|
||||||
- /docker/appdata/bitwarden/vaultwarden:/data # the path before the : can be changed
|
- /docker/appdata/bitwarden/vaultwarden:/data # the path before the : can be changed
|
||||||
ports:
|
ports:
|
||||||
|
Loading…
Reference in New Issue
Block a user