pufferffish / wireproxy

Wireguard client that exposes itself as a socks5 proxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

CameronSima opened this issue · comments

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

Send logs of wireproxy container please