PHP-Proxy-Docker
March 26, 2019 ยท View on GitHub
PHP-Proxy-Docker
Dockerfile (Build the image yourself)
- clone the repo
- docker build -t php-proxy . Running
- docker run -i -t php-proxy
docker-compose
- clone the repo
- docker-compose up (-d for background)