Skip to content

Latest commit

 

History

History
27 lines (13 loc) · 582 Bytes

README.md

File metadata and controls

27 lines (13 loc) · 582 Bytes

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