You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, cjus. You article about Deploying Node.js Microservices to AWS using Docker is so nice.
But, I cann't run hello-service container in my mac. I find the docker log. It's
> hello-service@0.0.1 start /usr/src/app
> node hello-service.js
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
{ event: 'error', message: undefined }
ERROR
{ event: 'error',
message: 'Error: Max reconnection attempts reached. Check connection to Redis.' }
Hi, cjus. You article about
Deploying Node.js Microservices to AWS using Docker
is so nice.But, I cann't run
hello-service
container in my mac. I find the docker log. It'sActually, I have a redis server in my local.
Here is my run command:
And here is my config.json in
hello-service/config
Can you help me? Thank you !
The text was updated successfully, but these errors were encountered: