diff --git a/docker-compose.yml b/docker-compose.yml index 96fd975..637827e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 \ No newline at end of file