remove uneeded 1.1.1.1 dns entry (#53)

* 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 <425808+chriscrowe@users.noreply.github.com>
This commit is contained in:
chronicblondiee 2021-05-28 03:51:19 +01:00 committed by GitHub
parent 2bd88b7d1b
commit e26a459bf3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,9 +10,6 @@ services:
image: cbcrowe/pihole-unbound:latest image: cbcrowe/pihole-unbound:latest
hostname: ${HOSTNAME} hostname: ${HOSTNAME}
domainname: ${DOMAIN_NAME} domainname: ${DOMAIN_NAME}
dns:
- 127.0.0.1
- 1.1.1.1
ports: ports:
- 443:443/tcp - 443:443/tcp
- 53:53/tcp - 53:53/tcp