Enable signups by setting SIGNUPS_ALLOWED to true

This commit is contained in:
feldjaeger 2026-04-12 20:22:31 +02:00 committed by GitHub
parent ce629fcf8c
commit 1b67bf0086
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,7 +36,7 @@ services:
- 80
environment:
DOMAIN: "https://vault.sascha-lutz.de"
SIGNUPS_ALLOWED: "false"
SIGNUPS_ALLOWED: "true"
INVITATIONS_ALLOWED: "false"
LOG_FILE: "/var/log/vaultwarden.log"
volumes: