[SOLVED] 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.
zikal @ zikal @lemmynsfw.com Posts 0Comments 2Joined 2 yr. ago
zikal @ zikal @lemmynsfw.com
Posts
0
Comments
2
Joined
2 yr. ago
Check with "sudo ss -tupan | grep 53" to see if there is a process already using port 53. It might be systemd's resolver or something like that.