ProxyPool icon indicating copy to clipboard operation
ProxyPool copied to clipboard

[enhancement] 建议使用自建httpbin服务,提高tester速度

Open everhopingandwaiting opened this issue 5 years ago • 0 comments

docker-compose.yml


services:
  httpbin_server:
    image: kennethreitz/httpbin
    container_name: httpbin_server
    ports:
      - "30008:80"
    restart: always

everhopingandwaiting avatar Feb 08 '21 02:02 everhopingandwaiting