Adding DNS parameters to docker-compose (#37)
This commit is contained in:
parent
2ee6ae4a17
commit
d0454e4c0c
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ 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
|
||||||
|
|
Loading…
Reference in a new issue