From 22468bf1bff7452ecda17ac813c1c82354fe25bf Mon Sep 17 00:00:00 2001 From: Bunkerity <54334437+bunkerity@users.noreply.github.com> Date: Thu, 31 Dec 2020 15:23:09 +0100 Subject: [PATCH] Add bunkerized-nginx to Reverse Proxy section More info about bunkerized-nginx at https://github.com/bunkerity/bunkerized-nginx. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 34c35bb..d8e723e 100644 --- a/README.md +++ b/README.md @@ -265,6 +265,7 @@ _Source:_ [What is Docker](https://www.docker.com/why-docker) ### Reverse Proxy +- [bunkerized-nginx](https://github.com/bunkerity/bunkerized-nginx) - Web app hosting and reverse proxy secure by default. By [@bunkerity](https://github.com/bunkerity) - [Docker Dnsmasq Updater](https://github.com/moonbuggy/docker-dnsmasq-updater) - Update a remote dnsmasq server with Docker container hostnames. - [docker-flow-proxy](https://github.com/docker-flow/docker-flow-proxy) - Reconfigures proxy every time a new service is deployed, or when a service is scaled. By [@docker-flow][docker-flow] - [docker-proxy](https://github.com/silarsis/docker-proxy) :skull: - Transparent proxy for docker containers, run in a docker container. By [@silarsis](https://github.com/silarsis)