diff --git a/cpn-lancache/docker-compose.yml b/cpn-lancache/docker-compose.yml index e56a2f7..ea47121 100644 --- a/cpn-lancache/docker-compose.yml +++ b/cpn-lancache/docker-compose.yml @@ -8,7 +8,10 @@ services: app: image: lancachenet/monolithic:latest - network_mode: host + # network_mode: host ← ENTFERNT! + ports: + - "80:80" + - "443:443" environment: - USE_GENERIC_CACHE=true - LANCACHE_IP=192.168.178.70 @@ -29,7 +32,10 @@ services: dns: image: lancachenet/lancache-dns:latest - network_mode: host + # network_mode: host ← ENTFERNT! + ports: + - "53:53/udp" + - "53:53/tcp" environment: - USE_GENERIC_CACHE=true - LANCACHE_IP=192.168.178.70