From 0d40e6c31486f9b084926956519e92dad243ec45 Mon Sep 17 00:00:00 2001 From: Flamur Veliqi Date: Fri, 28 Nov 2025 23:02:51 +0100 Subject: [PATCH] Update lancache --- cpn-lancache/docker-compose.yml | 26 +++++--------------------- 1 file changed, 5 insertions(+), 21 deletions(-) diff --git a/cpn-lancache/docker-compose.yml b/cpn-lancache/docker-compose.yml index 6b2b9d1..85c1e5d 100644 --- a/cpn-lancache/docker-compose.yml +++ b/cpn-lancache/docker-compose.yml @@ -3,19 +3,12 @@ version: "3.7" services: app_proxy: environment: - APP_HOST: app - APP_PORT: "80" + APP_HOST: cpn-lancache_app_1 + APP_PORT: "8080" app: image: lancachenet/monolithic:latest - container_name: lancache_app - hostname: lancache - networks: - - lancache_network - ports: - - "80:80" - - "443:443" - - "8080:8080" + network_mode: host environment: - USE_GENERIC_CACHE=true - LANCACHE_IP=192.168.178.70 @@ -36,19 +29,10 @@ services: dns: image: lancachenet/lancache-dns:latest - container_name: lancache_dns - networks: - - lancache_network - ports: - - "53:53/udp" - - "53:53/tcp" + network_mode: host environment: - USE_GENERIC_CACHE=true - LANCACHE_IP=192.168.178.70 - UPSTREAM_DNS=8.8.8.8 - TZ=Europe/Berlin - restart: unless-stopped - -networks: - lancache_network: - driver: bridge \ No newline at end of file + restart: unless-stopped \ No newline at end of file