pi-hole / docker-pi-hole

Pi-hole in a docker container
https://pi-hole.net
Other
8.41k stars 1.12k forks source link

Getting the error in docker pihole installation #619

Closed djtroby closed 2 years ago

djtroby commented 4 years ago

Error response from daemon: driver failed programming external connectivity on endpoint pihole (79bc7da89d84d12e57c8c94407607b01b438688cb507dbb9bd0067f7ab8e2a67): Error starting userland proxy: listen tcp 0.0.0.0:80: bind: address already in use Error: failed to start containers: pihole

In raising this issue, I confirm the following: {please fill the checkboxes, e.g: [X]}

How familiar are you with the the source code relevant to this issue?:

{Replace this with a number from 1 to 10. 1 being not familiar, and 10 being very familiar}


Expected behaviour:

{A detailed description of what you expect to see}

Actual behaviour:

{A detailed description and/or screenshots of what you do see}

Steps to reproduce:

{Detailed steps of how we can reproduce this}

Debug token provided by uploading pihole -d log:

{Alphanumeric token}

Troubleshooting undertaken, and/or other relevant information:

{Steps of what you have done to fix this}

  • {Please delete this quoted section when opening your issue}
  • You must follow the template instructions. Failure to do so will result in your issue being closed.
  • Please submit any feature requests here, so it is votable and trackable by the community.
  • Please respect that Pi-hole is developed by volunteers, who can only reply in their spare time.
  • Detail helps us understand and resolve an issue quicker, but please ensure it's relevant.
  • This template was created based on the work of udemy-dl.
PromoFaux commented 4 years ago

proxy: listen tcp 0.0.0.0:80: bind: address already in use

This is the important line. Something else on your system is already listening on port 80, either you'll need to stop that, or bind a different port for pihole container

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 30 days with no activity. Please comment or update this issue or it will be closed in 5 days.