diff --git a/docker-compose.yml b/docker-compose.yml index 9df3dc8..b2282e2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,10 +1,8 @@ -version: "3" - # More info at https://github.com/pi-hole/docker-pi-hole/ and https://docs.pi-hole.net/ services: pihole: container_name: pihole - image: pihole/pihole:2024.01.0 + image: pihole/pihole:2024.03.2 # For DHCP it is recommended to remove these ports and instead add: network_mode: "host" ports: - "53:53/tcp"