1
0
Fork 0

Update docker-compose.yml

This commit is contained in:
colin 2023-11-21 17:20:48 +00:00
parent 3402dd6674
commit 9455a06b6b
1 changed files with 2 additions and 8 deletions

View File

@ -1,14 +1,8 @@
version: '3.9' version: '3.9'
services: services:
nginx-proxy: lan-to-nginx:
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
image: codeberg.org/iridium-net/lan-to-nginx:truenas image: git.nixc.us/colin/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