Update docker-compose.yml
This commit is contained in:
parent
3402dd6674
commit
9455a06b6b
|
@ -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
|
|
||||||
|
|
Loading…
Reference in New Issue