foradian / fluxday

A user-friendly, free & opensource task & productivity management tool for growing startups
http://fluxday.io/
Apache License 2.0
476 stars 174 forks source link

Connection immediately closes #27

Open getnani opened 7 years ago

getnani commented 7 years ago

I am trying to use the docker to deploy the fluxday.

I can see that the docker/ container is active/ running.

It seems to be also listening on 3000.

But, when I try to access via webpage, it doesn't work. Even if I telnet, the connection opens for sec and immediately closed. Any reason why?

CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 225335c8b620 fluxday_fluxday-app "/sbin/my_init" 12 minutes ago Up 12 minutes 10.0.0.10:3000->3000/tcp fluxday-app e0787e849334 c82b5c755c79 "/sbin/my_init" About an hour ago Created goofy_rosalind bd644ffc0884 mysql "docker-entrypoint..." 4 hours ago Up 12 minutes 3306/tcp fluxday-db


telnet 10.0.0.10 3000 Trying 10.0.0.10... Connected to 10.0.0.10. Escape character is '^]'. Connection closed by foreign host.


When I try to load the link via browser - I get

can't open the page, because the server unexpectedly dropped the connection. This sometime occurs when the server is busy. Wait for few min and then try again!

Please let me know if I am doing anything wrong. Thanks.