Waziup / Socialbackend

1 stars 3 forks source link

Recv failure: Connection reset by peer #18

Open cdupont opened 6 years ago

cdupont commented 6 years ago

I try to perform a request to the socials:

$ docker run -it -p 9123:9123 waziup/socials
$ curl -H "Content-Type: application/json"  -X  GET   http://localhost:9123/api/v1/domains/waziup/socials
curl: (56) Recv failure: Connection reset by peer 

I get a "Connection reset by peer". It's as if the port is not opened inside the container.