Comment on Podman won't start Pihole with an error saying that it can't bind to port 53, as it is already in use, but nothing is using port 53.
dandroid@sh.itjust.works 8 months ago
I used this guide and it worked perfect for me:
b-woody.com/…/2022-05-12-pihole-on-a-rootless-pod…
I am running the container in priveleged mode, so it has access to those ports. That being said, I already tried in unpriveleged mode by giving access to ports above 53 in /etc/sysctl.conf and applying it with sysctl -p. All to no avail, of course.
/etc/sysctl.conf
sysctl -p
Kalcifer@sh.itjust.works 8 months ago
I am running the container in priveleged mode, so it has access to those ports. That being said, I already tried in unpriveleged mode by giving access to ports above 53 in
/etc/sysctl.conf
and applying it withsysctl -p
. All to no avail, of course.