diff --git a/pihole/docker-compose.yml b/pihole/docker-compose.yml index acb2d3e..a3b4c25 100644 --- a/pihole/docker-compose.yml +++ b/pihole/docker-compose.yml @@ -5,6 +5,7 @@ services: pihole: container_name: pihole image: pihole/pihole:latest + hostname: pi.hole # # For DHCP it is recommended to remove these ports and instead add: #network_mode: "host" ports: - "53:53/tcp"