diff --git a/docker-compose.yaml b/docker-compose.yaml index d10c568..dcbc564 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -6,13 +6,14 @@ services: restart: unless-stopped env_file: - .env - ports: - - "127.0.0.1:53:53/tcp" - - "127.0.0.1:53:53/udp" - - "${WG_GUEST_IP}:53:53/tcp" - - "${WG_GUEST_IP}:53:53/udp" - - "${WG_ADMIN_IP}:53:53/tcp" - - "${WG_ADMIN_IP}:53:53/udp" +# ports: + # - "127.0.0.1:53:53/tcp" + # - "127.0.0.1:53:53/udp" + # - "${WG_GUEST_IP}:53:53/tcp" + # - "${WG_GUEST_IP}:53:53/udp" + # - "${WG_ADMIN_IP}:53:53/tcp" + #- "${WG_ADMIN_IP}:53:53/udp" + network_mode: host environment: TZ: ${TZ} WEBPASSWORD: ${WEBPASSWORD} @@ -20,9 +21,10 @@ services: DNSMASQ_LISTENING: all FTLCONF_dns_listeningMode: all FTLCONF_misc_etc_dnsmasq_d: 'true' - networks: - - proxy_net - - dns_net + FTLCONF_webserver_port: "8080o" +# networks: + # - proxy_net + # - dns_net volumes: - pihole_data:/etc/pihole - ./pihole_dnsmasq:/etc/dnsmasq.d @@ -33,14 +35,17 @@ services: unbound: image: mvance/unbound:latest container_name: unbound + ports: + - "127.0.0.1:5353:53/tcp" + - "127.0.0.1:5353:53/udp" restart: unless-stopped - networks: - - dns_net -networks: - proxy_net: - external: true - dns_net: - external: true + # networks: + # - dns_net +#networks: + # proxy_net: + # external: true + #dns_net: + # external: true volumes: pihole_data: pihole_dnsmasq: