-
Now it builds but when starting the stack I get this error:
nekohouse-redis | redis {tymestamp} ERROR ==> The REDIS_PASSWORD environment variable is empty or not set. Set the environment variable ALLOW_EMPTY_PASSWORD=yes to allow the container to be started with blank passwords. This is recommended only for development. nekohouse-redis exited with code 1
The site does run but when I try to register an account I get this error:
redis.exceptions.ConnectionError: Error -3 connecting to nekohouse-redis:6379. Temporary failure in name resolution.
For all intents and purposes
REDIS_PASSWORD
orALLOW_EMPTY_PASSWORD
is required for the stack to work. So the repo has to provide instructions on how to generate the password and pass it as an environment variable.
Type |
Bug
|
Priority |
Major
|
Assignees |
Not assigned
|
Issue Votes (0)
The error: