Adding DNS parameters to docker-compose (#37)

This commit is contained in:
Chris Crowe 2021-03-16 02:38:07 -07:00 committed by GitHub
parent 2ee6ae4a17
commit d0454e4c0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,9 @@ 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