diff --git a/docker-compose.yml b/docker-compose.yml index 501f81b..9df3dc8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,7 @@ version: "3" services: pihole: container_name: pihole - image: pihole/pihole:2023.11.0 + image: pihole/pihole:2024.01.0 # For DHCP it is recommended to remove these ports and instead add: network_mode: "host" ports: - "53:53/tcp"