Update lancache

This commit is contained in:
2025-11-28 23:16:45 +01:00
parent 2baf1421e2
commit d34b524f59

View File

@@ -1,14 +1,13 @@
version: "3.7"
services:
cpn-lancache_app_proxy_1:
app_proxy:
environment:
APP_HOST: cpn-lancache_app_1
APP_PORT: "8080"
APP_PORT: "80"
cpn-lancache_app_1:
app:
image: lancachenet/monolithic:latest
network_mode: host
environment:
- USE_GENERIC_CACHE=true
- LANCACHE_IP=192.168.178.70
@@ -29,10 +28,12 @@ services:
dns:
image: lancachenet/lancache-dns:latest
network_mode: host
environment:
- USE_GENERIC_CACHE=true
- LANCACHE_IP=192.168.178.70
- UPSTREAM_DNS=8.8.8.8
- TZ=Europe/Berlin
ports:
- "53:53/udp"
- "53:53/tcp"
restart: unless-stopped