chriscrowe / docker-pihole-unbound

Run Pi-Hole + Unbound on Docker
1.03k stars 268 forks source link

Pi-hole + Docker + Unbound error #222

Open Bruzzler0 opened 8 months ago

Bruzzler0 commented 8 months ago

hi :slight_smile: I would like to set up unbound in addition to the pi-hole which is run in docker. have found a tutorial on github and read through adapted, unfortunately I get an error message when creating. I have opted for the one container variant. If I have understood that unbound is installed to the existing container.

grafik

spinpwr commented 8 months ago

According to the error message some other process is using the 443 port (https). You can try to run this command to see what is that: sudo netstat -ntlp | grep ":443" At the end of the line you should see the PID and process name.

pluim003 commented 8 months ago

How does your environment look like? And indeed it looks like your using port 443 for something else already.