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
|
- 80
|
||||||
environment:
|
environment:
|
||||||
DOMAIN: "https://vault.sascha-lutz.de"
|
DOMAIN: "https://vault.sascha-lutz.de"
|
||||||
SIGNUPS_ALLOWED: "false"
|
SIGNUPS_ALLOWED: "true"
|
||||||
INVITATIONS_ALLOWED: "false"
|
INVITATIONS_ALLOWED: "false"
|
||||||
LOG_FILE: "/var/log/vaultwarden.log"
|
LOG_FILE: "/var/log/vaultwarden.log"
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue