#http-proxy not accepting connections
1 messages · Page 1 of 1 (latest)
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
That sounds like some docker issue? I think @tepid onyx may be the best to answer it
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
What changes have you made in your docker file?