Computer not showing under clients

Actual Behaviour:

_Only 172.17.01, 127.0.0.1 and 172.17.0.2 show up. However, under query log I do see web traffic that I am going to on my computer (not the one running docker and pi-hole) When I run nslookup pi.hole I see:
_Server: Unkown
Address. 192.168.0.99 (this is the static IP of the windows machine running docker)
Name: pi.hole
Address: 192.168.0.99

Debug Token:

_https://tricorder.pi-hole.net/WXbgyrjJ/

Please, post the compose file or docker run command used to start your container.

docker run
  --hostname=6089dd914269
  --mac-address=02:42:ac:11:00:02
  --env=DNS2=1.1.1.1
  --env=DNS3=1.0.0.1
  --env=ServerIP=192.168.0.99
  --env=WEBPASSWORD=password
  --env=TZ=America/Chicago
  --env=DNS1=127.0.0.1
  --env=PATH=/opt/pihole:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
  --env=phpver=php
  --env=PHP_ERROR_LOG=/var/log/lighttpd/error-pihole.log
  --env=IPv6=True
  --env=S6_KEEP_ENV=1
  --env=S6_BEHAVIOUR_IF_STAGE2_FAILS=2
  --env=S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
  --env=FTLCONF_LOCAL_IPV4=0.0.0.0
  --env=FTL_CMD=no-daemon
  --env=DNSMASQ_USER=pihole
  -p 443:443
  -p 53:53
  -p 53:53/udp
  -p 80:80
  --restart=unless-stopped
  --label='org.opencontainers.image.created=2023-11-21T20:19:21.749Z'
  --label='org.opencontainers.image.description=Pi-hole in a docker container'
  --label='org.opencontainers.image.licenses=NOASSERTION'
  --label='org.opencontainers.image.revision=184b8bbedcbf308a1777ed653f4a7cbc5885358d'
  --label='org.opencontainers.image.source=GitHub - pi-hole/docker-pi-hole: Pi-hole in a docker container'
  --label='org.opencontainers.image.title=docker-pi-hole'
  --label='org.opencontainers.image.url=GitHub - pi-hole/docker-pi-hole: Pi-hole in a docker container'
  --label='org.opencontainers.image.version=2023.11.0'
  --runtime=runc
  -d
  pihole/pihole:latest

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.