Update lancache

This commit is contained in:
2025-11-28 22:55:10 +01:00
parent 00b054c31c
commit 92fae1ca2b

View File

@@ -8,7 +8,10 @@ services:
app: app:
image: lancachenet/monolithic:latest image: lancachenet/monolithic:latest
network_mode: host # network_mode: host ← ENTFERNT!
ports:
- "80:80"
- "443:443"
environment: environment:
- USE_GENERIC_CACHE=true - USE_GENERIC_CACHE=true
- LANCACHE_IP=192.168.178.70 - LANCACHE_IP=192.168.178.70
@@ -29,7 +32,10 @@ services:
dns: dns:
image: lancachenet/lancache-dns:latest image: lancachenet/lancache-dns:latest
network_mode: host # network_mode: host ← ENTFERNT!
ports:
- "53:53/udp"
- "53:53/tcp"
environment: environment:
- USE_GENERIC_CACHE=true - USE_GENERIC_CACHE=true
- LANCACHE_IP=192.168.178.70 - LANCACHE_IP=192.168.178.70