diff --git a/docker-compose-auto.yml b/docker-compose-auto.yml index 236e245..70a7b4e 100644 --- a/docker-compose-auto.yml +++ b/docker-compose-auto.yml @@ -37,6 +37,25 @@ ports: - "8000:80" + pihole: + image: pihole/pihole:latest + container_name: pihole + hostname: pi-hole.localdomain + restart: always + ports: + - "53:53/tcp" + - "53:53/udp" + - "80:80/tcp" + - "443:443/tcp" + # Uncomment the line below if you are using Pi-hole as your NTP server + #- "123:123/udp" + environment: + TZ: 'Australia/Brisbane' + FTLCONF_webserver_api_password: 'killeres' + FTLCONF_dns_listeningMode: 'ALL' + volumes: + - /media/Data/Containers/PiHole:/etc/pihole + portainer: image: portainer/portainer-ce:latest container_name: portainer-ce