Whitespace fix (#38)
* Adding DNS parameters to docker-compose * Whitespace fix
This commit is contained in:
parent
d0454e4c0c
commit
9b4bd37dd9
1 changed files with 2 additions and 2 deletions
|
@ -10,9 +10,9 @@ services:
|
||||||
image: cbcrowe/pihole-unbound:latest
|
image: cbcrowe/pihole-unbound:latest
|
||||||
hostname: ${HOSTNAME}
|
hostname: ${HOSTNAME}
|
||||||
domainname: ${DOMAIN_NAME}
|
domainname: ${DOMAIN_NAME}
|
||||||
dns:
|
dns:
|
||||||
- 127.0.0.1
|
- 127.0.0.1
|
||||||
- 1.1.1.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