Is there a way to run the pi hole on a different IP address that way I can keep unpaid's UI on port 80?
I've tried changing the port to other numbers and get the same error:
[b]Removing container: pihole[/b]
Successfully removed container 'pihole'
[b]Command:
[/b]root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="pihole" --net="bridge" -e TZ="America/Los_Angeles" -e HOST_OS="unRAID" -e "ServerIP"="192.168.1.26" -e "DNS1"="8.8.8.8" -e "DNS2"="8.8.4.4" -e "IPv6"="False" -p 53:53/tcp -p 53:53/udp -p [u][color=red]8111[/color][/u]:80/tcp -v "/mnt/user/appdata/pihole/pihole.log":"/var/log/pihole.log":rw -v "/mnt/user/appdata/pihole/blacklist.txt":"/etc/pihole/blacklist.txt":rw -v "/mnt/user/appdata/pihole/whitelist.txt":"/etc/pihole/whitelist.txt":rw --cap-add=NET_ADMIN diginc/pi-hole:alpine
d4cea8212b5f7536bf61ecaa4b2cd218d8ebbdb121a7bd1546f490f21b5b1375
docker: Error response from daemon: failed to create endpoint pihole on network bridge: Error starting userland proxy: listen tcp 0.0.0.0:53: bind: address already in use.
[b]The command failed.[/b]
Unraid's IP is .25 and none of the other dockers are using port 8111. For 53, I get this:
netstat -tulpn | grep --color :53
tcp 0 0 192.168.122.1:53 0.0.0.0:* LISTEN 11799/dnsmasq
udp 0 0 0.0.0.0:53657 0.0.0.0:* 1681/rpc.statd
udp 0 0 192.168.122.1:53 0.0.0.0:* 11799/dnsmasq
udp 0 0 0.0.0.0:5353 0.0.0.0:* 8064/avahi-daemon: