Description
Update the Redis configuration file path in docker-compose-all.yaml to use /etc/redis/redis.conf instead of /usr/local/etc/redis/redis.conf for consistency with the Helm chart configuration.
Context
In PR #1698, the Helm chart uses /etc/redis/redis.conf as the Redis configuration path. For consistency across deployment methods, docker-compose-all.yaml should use the same path.
Backlinks