Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

curl: (56) Recv failure: Connection reset by peer when running on Docker #120

Open
CameronSima opened this issue May 18, 2024 · 1 comment

Comments

@CameronSima
Copy link

CameronSima commented May 18, 2024

When running wireproxy from the command line, everything works normally. When I run the Dockerfile with docker compose, I get
curl: (56) Recv failure: Connection reset by peer when testing with curl.

version: "3.8"
services:
  wireproxy:
    build:
      context: .
      dockerfile: Dockerfile
    volumes:
      - ./wireproxy_config:/etc/wireproxy
    ports:
      - 25345:25345
    restart: unless-stopped
@shaerpour
Copy link

Send logs of wireproxy container please

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants