diff --git a/cpn-lancache/docker-compose.yml b/cpn-lancache/docker-compose.yml index 8672aca..b81b3d5 100644 --- a/cpn-lancache/docker-compose.yml +++ b/cpn-lancache/docker-compose.yml @@ -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 \ No newline at end of file