1. What is the issue? Please be detailed.
After building the application, when i do docker-compose up -d, and then docker compose ps, i see all the container's up and running except for: central_enketo_redis_cache_1 ,central_enketo_redis_main_1 , they keep getting restarting state.
When i check the logs i am getting the following error in both conatiners - # Fatal error, can't open config file '/usr/local/etc/redis/redis.conf': Permission denied
2. What steps can we take to reproduce this issue?
3. What have you tried to fix the issue?
i have checked my user permission's from which i am making the build, tried re-installing docker & docker-compose
4. Upload any forms or screenshots you can share publicly below.
Also i tried using only docker-compose up then i could also see this following error in logs :
enketo_1 | Error: connect ECONNREFUSED 172.19.0.3:6380
enketo_1 | at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1159:16) {
enketo_1 | errno: -111,
enketo_1 | code: 'ECONNREFUSED',
enketo_1 | syscall: 'connect',
enketo_1 | address: '172.19.0.3',
enketo_1 | port: 6380
enketo_1 | }
Please do share any solution or idea you might have to try or anyone with a solution that fixed this issue.