Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 274 Bytes

File metadata and controls

13 lines (8 loc) · 274 Bytes

nginx-reverse-proxy image

Purpose

This docker image is a simple reverse proxy with logging that uses nginx

Usage

docker run -p 2222:80 -e REMOTE_HOST="http://www.pathmotion.com" pathmotion/nginx-reverse-proxy

Reverse proxy will be available on port 2222