From ad811fcfd443a2de479a7d3362a4bd5d8a80caaa Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Wed, 21 Aug 2024 09:55:09 -0300 Subject: [PATCH] Disallow new signups --- bitwarden/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitwarden/docker-compose.yml b/bitwarden/docker-compose.yml index 5864c44..9df8167 100644 --- a/bitwarden/docker-compose.yml +++ b/bitwarden/docker-compose.yml @@ -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: