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
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?
The text was updated successfully, but these errors were encountered:
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:
Any ideas?
The text was updated successfully, but these errors were encountered: