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
{{ message }}
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.
docker run --rm -p 80:3001 -it $(pwd)/conf/server.json:/app/conf/server.json -v $(pwd)/conf/redis.json:/app/conf/redis.json username/reponame:tag
Before making the connection, the options object for Redis connection does have the values as defined in $(pwd)/conf/redis.json. The connection fails with the following error.
Error: Redis connection to 127.0.0.1:6379 failed - connect ECONNREFUSED 127.0.0.1:6379
How to get around this problem?
The text was updated successfully, but these errors were encountered:
I am running my container as follows:
docker run --rm -p 80:3001 -it $(pwd)/conf/server.json:/app/conf/server.json -v $(pwd)/conf/redis.json:/app/conf/redis.json username/reponame:tag
Before making the connection, the
options
object for Redis connection does have the values as defined in$(pwd)/conf/redis.json
. The connection fails with the following error.Error: Redis connection to 127.0.0.1:6379 failed - connect ECONNREFUSED 127.0.0.1:6379
How to get around this problem?
The text was updated successfully, but these errors were encountered: