Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't connect on port 3000 #7

Closed
emcniece opened this issue Oct 6, 2016 · 2 comments
Closed

Can't connect on port 3000 #7

emcniece opened this issue Oct 6, 2016 · 2 comments

Comments

@emcniece
Copy link

emcniece commented Oct 6, 2016

Followed the instructions in the README but for some reason the container won't accept connections on port 3000. I tested some other apps on port 3000 just to make sure that the port wasn't being blocked, and the port is indeed available.

Container logs:

>> Strider Docker Image master Starting...
entry.sh >> Set MONGO_HOST=172.17.0.2, MONGO_PORT=27017
entry.sh >> Set SMTP_HOST=172.17.0.3, SMTP_PORT=587
entry.sh >> Set DB_URI=mongodb://172.17.0.2:27017/strider
entry.sh >> Copying node_modules from cache...
Exec'ing command strider
20 forked

Any ideas?

@emcniece
Copy link
Author

emcniece commented Oct 6, 2016

Got it - forgot to bind the host-facing port.

docker run -d --link mongo --link smtp -p 3000:3000 macropin/strider

@emcniece
Copy link
Author

emcniece commented Oct 6, 2016

Need to make a user before first logging in, but this issue is solved.

@emcniece emcniece closed this as completed Oct 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant