diff --git a/docker-compose-auto.yml b/docker-compose-auto.yml index 718bd25..8cc1a22 100644 --- a/docker-compose-auto.yml +++ b/docker-compose-auto.yml @@ -42,19 +42,20 @@ 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 + ports: + - "80:80/tcp" + - "443:443/tcp" + # 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