You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Peter Johnson 55e0e21377 feat(debug-proxy): add http debug proxy image 6 years ago
..
Dockerfile feat(debug-proxy): add http debug proxy image 6 years ago
README.md feat(debug-proxy): add http debug proxy image 6 years ago
script.js feat(debug-proxy): add http debug proxy image 6 years ago

README.md

HTTP debugging proxy

Usage

  debugproxy:
    image: pelias/debug-proxy:latest
    container_name: debugproxy
    restart: always
    environment: [ "HOST=placeholder", "PORT=4100" ]
    ports: [ "8000:8000" ]

Rebuild image

docker build -t pelias/debug-proxy .

Credit

Source code copied from: https://github.com/acroca/http-docker-debug-proxy