Port in use?

I'm looking for help with debugging this error. Im not sure the correct way to open up this port.

https://tricorder.pi-hole.net/8Nb60S1t/

Post your docker-compose.yml or your docker run command line please.

[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] 01-resolver-resolv: applying... 
[fix-attrs.d] 01-resolver-resolv: exited 0.
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] 05-changer-uid-gid.sh: executing... 
[cont-init.d] 05-changer-uid-gid.sh: exited 0.
[cont-init.d] 20-start.sh: executing... 
 ::: Starting docker specific checks & setup for docker pihole/pihole

cap[cap_net_admin] not permitted
cap[cap_sys_nice] not permitted
  [i] Installing configs from /etc/.pihole...
  [i] Existing dnsmasq.conf found... it is not a Pi-hole file, leaving alone!
  [i] Installing /etc/dnsmasq.d/01-pihole.conf...
  [✓] Installed /etc/dnsmasq.d/01-pihole.conf
  [i] Installing /etc/.pihole/advanced/06-rfc6761.conf...
  [✓] Installed /etc/dnsmasq.d/06-rfc6761.conf
Converting DNS1 to PIHOLE_DNS_
Converting DNS2 to PIHOLE_DNS_
Setting DNS servers based on PIHOLE_DNS_ variable
Assigning random password: ypva3Xc6
  [✓] New password set
DNSMasq binding to default interface: eth0
Added ENV to php:
			"TZ" => "America/Atikokan",
			"PIHOLE_DOCKER_TAG" => "2022.07",
			"PHP_ERROR_LOG" => "/var/log/lighttpd/error-pihole.log",
			"ServerIP" => "192.168.50.251",
			"CORS_HOSTS" => "",
			"VIRTUAL_HOST" => "192.168.50.251",
Using IPv4 and IPv6
::: setup_blocklists now setting default blocklists up: 
::: TIP: Use a docker volume for /etc/pihole/adlists.list if you want to customize for first boot
::: Blocklists (/etc/pihole/adlists.list) now set to:
https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
::: Testing lighttpd config: Syntax OK
::: All config checks passed, cleared for startup ...
::: Enabling Query Logging
  [i] Enabling logging...

  [✓] Logging has been enabled!
 ::: Docker start setup complete
  Checking if custom gravity.db is set in /etc/pihole/pihole-FTL.conf
  Pi-hole version is v5.11.3 (Latest: v5.11.3)
  AdminLTE version is v5.13 (Latest: v5.13)
  FTL version is v5.16.1 (Latest: v5.16.1)
  Container tag is: 2022.07
[cont-init.d] 20-start.sh: exited 0.
[cont-init.d] done.
[services.d] starting services
Starting pihole-FTL (no-daemon) as pihole
Starting crond
Starting lighttpd
[services.d] done.
Stopping pihole-FTL

That's not what I asked for.

Please post your docker-compose.yml file or your docker run command line please. We need to see what you are setting for your docker container environment.

forgive me, however i cannot figure out how to find that info online. might you be able to direct me to the .yml file?

How are you running Docker?

I’m running docker set up like described in the tutorial here (How to Install Pi-hole on Windows 11 | Andrew Denty)

I’ve installed it, and the WSL 2 update.

We are looking for the exact configuration of your Pi-hole Docker container.
That information won't be availabe online, as it will be exclusive to your machine running Docker.

We either need the docker run command that you've used to create your container or -if you would be using Docker Compose- the docker-compose.yml contents.

docker run -d --name pihole -e ServerIP=192.168.50.251 -e Gengarsmiles=password -e TZ=America/Atikokan -e DNS1=127.17.0.1 -e DNS2=1.1.1.1 -e DNS3=1.0.0.1 -p 80:80 -p 53:53/tcp -p 53:53/udp -p 443:443 --restart=unless-stopped pihole/pihole:latest