Skip to content

mpolinowski/nginx_docker_ingress

Repository files navigation

Docker Ingress

NGINX Proxy Setup

This is the NGINX configuration that you can use to direct web traffic into your Docker cluster:

See User Guide for more information:

cd /opt
git pull https://github.com/mpolinowski/nginx_docker_ingress.git
cd /nginx_docker_ingress
docker run -p 8080:8080 -p 8081:8081 -v /opt/nginx_docker_ingress:/etc/nginx --name ingress nginx:1.25.0-alpine3.17

NGINX Proxy Setup