Disallow new signups

This commit is contained in:
Isaac Shoebottom 2024-08-21 09:55:09 -03:00
parent 932a38cd44
commit ad811fcfd4

View File

@ -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: