convergencelabs / convergence-project

The project used for Convergence Project Management and Issue Reporting
https://convergence.io
42 stars 5 forks source link

Cannot connect to the server by remote #270

Open linsyking opened 2 years ago

linsyking commented 2 years ago

Versions Please fill in all that apply:

Describe the Bug Cannot connect to the port of the server(8000).

Step To Reproduce A code snippet or gist to reproduce the issue will greatly improve our response time

  1. docker start convergence
    CONTAINER ID   IMAGE                                 COMMAND                  CREATED          STATUS          PORTS                                                                                                                                                                                                                               NAMES
    2e9f3ffd4852   convergencelabs/convergence-omnibus   "./boot.sh"              33 minutes ago   Up 20 seconds   0.0.0.0:8000->80/tcp, :::8000->80/tcp  
  2. Cannot connect to the port by remote.

The port doesn't open.

linsyking commented 2 years ago

I run this command: curl -G http://127.0.0.1:8000 on my server, the response is curl: (56) Recv failure: Connection reset by peer

mmacfadden commented 2 years ago

Thanks for reporting the issue. There are a couple things that could help.

  1. Could you provide the Docker command you used to run the container.
  2. Are there any log messages coming out of the container?
  3. Have you tried to run nmap or netstat on the host to see what ports are open?