[GH-ISSUE #420] Docker内无法访问控制台 #329

Closed
opened 2026-02-27 23:16:30 +03:00 by kerem · 0 comments
Owner

Originally created by @MeowRay on GitHub (Feb 7, 2021).
Original GitHub issue: https://github.com/snail007/goproxy/issues/420

debian10 centos8均试过
docker-compose

version: '3'
services:
  goproxy:
    restart: always
    image: snail007/goproxy:v10.0
    ports:
     - "33080:33080"
    command:
     - http
     - -p
     - :33080

和Example中的
docker run --rm -it -p 8080:33080 snail007/goproxy http -p :33080
均出现如图情况

image

image

Originally created by @MeowRay on GitHub (Feb 7, 2021). Original GitHub issue: https://github.com/snail007/goproxy/issues/420 debian10 centos8均试过 docker-compose ``` version: '3' services: goproxy: restart: always image: snail007/goproxy:v10.0 ports: - "33080:33080" command: - http - -p - :33080 ``` 和Example中的 `docker run --rm -it -p 8080:33080 snail007/goproxy http -p :33080` 均出现如图情况 ![image](https://user-images.githubusercontent.com/29674595/107138177-de6cc280-694d-11eb-83e4-4bc553d7009c.png) ![image](https://user-images.githubusercontent.com/29674595/107138203-1247e800-694e-11eb-905d-938e94711118.png)
kerem closed this issue 2026-02-27 23:16:30 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/goproxy#329
No description provided.