1
0
Fork 0
host-port-ingress-proxy/docker-compose.yml

15 lines
396 B
YAML

version: '3.9'
services:
nginx-proxy:
build:
context: .
dockerfile: Dockerfile
image: codeberg.org/iridium-net/lan-to-nginx:latest
environment:
- BACKEND_ADDRESS=192.168.8.1 # Replace with your backend address
- BACKEND_PORT=80 # Replace with your backend port
ports:
- "80:80" # Map port 80 from the host to port 80 in the container