-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redis password AUTH issue in docker-compose example #1608
Labels
bug
examples
Compose/Dockerfile/etc
feature: auto config (environment variables)
Auto configuring via environment variables
integration: memcache
Integration with any Nextcloud supported Memcached (Redis, Memcached, etc)
Comments
Thank you for documenting this -- I was able to fix up my install with this info. |
Works like a charm! Thank you! |
Tested and it works. |
How about we use a secrets file for the redis password? |
Also Take! |
But not sure if proper way is to check if password is empty or add files and everything |
feefladder
added a commit
to feefladder/docker
that referenced
this issue
Jun 12, 2023
feefladder
added a commit
to feefladder/docker
that referenced
this issue
Jun 12, 2023
Signed-off-by: Fee Gevaert <[email protected]>
worked, excellent! |
joshtrichards
added
bug
integration: memcache
Integration with any Nextcloud supported Memcached (Redis, Memcached, etc)
feature: auto config (environment variables)
Auto configuring via environment variables
labels
Oct 24, 2023
This was referenced May 31, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
examples
Compose/Dockerfile/etc
feature: auto config (environment variables)
Auto configuring via environment variables
integration: memcache
Integration with any Nextcloud supported Memcached (Redis, Memcached, etc)
We need to update this example (docker-compose/with-nginx/mariadb/fpm), to handle the redis-db password issue (#1179).
Other docker-compose examples could be affected as well.
I fixed the problem by:
redis.env
file with:REDIS_HOST_PASSWORD=mypassword
I have not the time atm to submit a PR, but wanted to have this documented.
The text was updated successfully, but these errors were encountered: