Update docker-compose.yml
This commit is contained in:
parent
3402dd6674
commit
9455a06b6b
|
@ -1,14 +1,8 @@
|
|||
version: '3.9'
|
||||
|
||||
services:
|
||||
nginx-proxy:
|
||||
lan-to-nginx:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
image: codeberg.org/iridium-net/lan-to-nginx:truenas
|
||||
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
|
||||
|
||||
image: git.nixc.us/colin/lan-to-nginx:latest
|
Loading…
Reference in New Issue