Using pi.hole as hostname

To be consistent with the parameter already defined in docker_run.sh
(leaving the jwilder-proxy example to pihole.yourDomain.lan to be 
consistent with the rest of that file's content, namely DEFAULT_HOST)
This commit is contained in:
Emilien Klein 2020-12-27 16:10:45 +01:00
parent 64a1f548ef
commit 8f53e1bd22
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ services:
pihole:
container_name: pihole
image: pihole/pihole:latest
hostname: pihole
hostname: pi.hole
ports:
- "53:53/tcp"
- "53:53/udp"

View File

@ -6,7 +6,7 @@ services:
pihole:
container_name: pihole
image: pihole/pihole:latest
hostname: pihole
hostname: pi.hole
# For DHCP it is recommended to remove these ports and instead add: network_mode: "host"
ports:
- "53:53/tcp"