Hi,
Im trying to run docker container with Hydra Router, but get this error:
docker run -p 5353:5353 --add-host host:MY_HOST --name hydra-router flywheelsports/hydra-router:1.3.3
Redis reconnection attempt 2 of 5...
Redis reconnection attempt 3 of 5...
Redis reconnection attempt 4 of 5...
Redis reconnection attempt 5 of 5...
Error: Max reconnection attempts reached. Check connection to Redis.
at Promise (/usr/src/app/node_modules/hydra/lib/redis-connection.js:109:18)
at Promise._execute (/usr/src/app/node_modules/bluebird/js/release/debuggability.js:300:9)
at Promise._resolveFromExecutor (/usr/src/app/node_modules/bluebird/js/release/promise.js:483:18)
at new Promise (/usr/src/app/node_modules/bluebird/js/release/promise.js:79:10)
at Object.until (/usr/src/app/node_modules/hydra/lib/redis-connection.js:107:40)
at Timeout.setTimeout [as _onTimeout] (/usr/src/app/node_modules/hydra/lib/redis-connection.js:115:30)
at ontimeout (timers.js:386:14)
at tryOnTimeout (timers.js:250:5)
at Timer.listOnTimeout (timers.js:214:5)
Redis is runnign on 6379 on the same host
What am I doing wrong?
Thank you for help.
A.
Hi,
Im trying to run docker container with Hydra Router, but get this error:
Redis is runnign on 6379 on the same host
What am I doing wrong?
Thank you for help.
A.