-
I cant seem to find where this setting is, the is a setting in docker-compose-yaml to enable registration but that does not do anything. Does anyone know where this setting is? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
you setup your account at 1st start: |
Beta Was this translation helpful? Give feedback.
-
Also, we don't use docker, so editing docker-compose does nothing really. If you want to enable creating new accounts, do this:
and put this inside [Service] block:
then restart the backend service with:
|
Beta Was this translation helpful? Give feedback.
Also, we don't use docker, so editing docker-compose does nothing really.
If you want to enable creating new accounts, do this:
and put this inside [Service] block:
Environment=ALLOW_NEW_ACCOUNTS=true
then restart the backend service with: