mirror of https://github.com/pelias/docker.git
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
|
6 years ago | |
---|---|---|
.. | ||
Dockerfile | 6 years ago | |
README.md | 6 years ago | |
script.js | 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