#http-proxy not accepting connections

1 messages · Page 1 of 1 (latest)

hasty thicket
#

When I create a dockerfile from the http proxy repo, it says "listening on..." intro message, but when I try to curl it I get curl: (56) Recv failure: Connection reset by peer.. any ideas?

#

I did not modify anything around that logic, I would expect it to return something like http-proxy: Failed to parse API path from client reques

#

using the published docker image works

frozen orchid
#

That sounds like some docker issue? I think @tepid onyx may be the best to answer it

hasty thicket
#

i guess yeah, not sure what im doing wrong lol

#
    docker run \
    --detach \
    --restart unless-stopped \
    -itd \
    -e DISCORD_TOKEN="$DISCORD_TOKEN" \
    -e DISABLE_HTTP2=1 \
    -p 3001:80 \
    $IMAGE_NAME:$IMAGE_TAG
``` my deploy command
frozen orchid
#

What changes have you made in your docker file?

hasty thicket
#

i didnt change anything in the Dockerfile thats in the repo

#

i am going to try a clean clean build

#

neverminddddddd, i was running an old image somehow