Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 532 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 532 Bytes

docker-ssl-proxy

Builds a basic nginx server that proxies incoming SSL calls to a target docker.

Build and Run the Proxy

Build the docker:

sh build.sh [-d Target Docker (Default: bixel)]

Run the docker:

sh build.sh [-p SSL Port (default: 443)] [-d Target Docker (Default:
bixel)] [-t Target Docker Port (Default: 80)]

Docker Hub Image

You can get the publicly available docker image at the following location: Docker Hub - SSL-Proxy