enable registration

This commit is contained in:
Lorenzo Carbonell 2022-04-11 19:44:26 +02:00
parent f342e6c3d9
commit 33ffa65ef0

View File

@ -29,7 +29,7 @@ services:
SmtpPort:
SmtpUsername:
SmtpPassword:
DisableRegistration: "true"
DisableRegistration: "false"
depends_on:
- postgres
restart: always