Enable signups by setting SIGNUPS_ALLOWED to true
This commit is contained in:
parent
ce629fcf8c
commit
1b67bf0086
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue