Skip to content

Commit

Permalink
remove uneeded 1.1.1.1 dns entry (#53)
Browse files Browse the repository at this point in the history
* remove uneeded 1.1.1.1 dns entry

I noticed that the 1.1.1.1 dns entry is set in the docker compose file but it is not used for pihole or unbound in any way so makes sense to remove the unneeded entry

* Update docker-compose.yaml

Removing `dns` directive from docker-compose

Co-authored-by: Chris Crowe <[email protected]>
  • Loading branch information
chronicblondiee and chriscrowe authored May 28, 2021
1 parent 2bd88b7 commit e26a459
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions one-container/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ services:
image: cbcrowe/pihole-unbound:latest
hostname: ${HOSTNAME}
domainname: ${DOMAIN_NAME}
dns:
- 127.0.0.1
- 1.1.1.1
ports:
- 443:443/tcp
- 53:53/tcp
Expand Down

0 comments on commit e26a459

Please sign in to comment.