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