Issue with Redis password? #3
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
On first start the app container continuously restarts with the following error
app_1 | In PhpRedisConnector.php line 87:
app_1 |
app_1 | ERR AUTH called without any password configured for the default
app_1 | user. Are you sure your configuration is correct?
I am using the default env.docker file from the upstream pixelfed repo
Any ideas what could be the issue?
Same for me. I tried adding the
requirepass
argument as mentioned here and here, but that didn't solve it yetI'll let you know when I solve this
Looks like it was this instead:
(source)