Dockerized pihole tcp and udp ports in use

This page summarizes the projects mentioned and recommended in the original post on /r/selfhosted

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • docker-pi-hole

    Pi-hole in a docker container

  • #version: "2.1" services: #PIHOLE pihole: container_name: pihole hostname: piholedocker image: pihole/pihole:latest ports: - "53:53/tcp" - "53:53/udp" - "67:67/udp" - "80:80/tcp" networks: macvlan1: ipv4_address: 192.168.178.8 environment: TZ: Europe/Berlin WEBPASSWORD: 'secret you know' # Volumes store your data between container upgrades volumes: - /home/docker/pihole0:/etc/pihole - /home/docker/pihole0/dnsmasq.d:/etc/dnsmasq.d - /home/docker/pihole0/resolve.conf:/etc/resolv.conf #for dns-server # Recommended but not required (DHCP needs NET_ADMIN) # https://github.com/pi-hole/docker-pi-hole#note-on-capabilities cap_add: - NET_ADMIN restart: always #NETWORKS networks: macvlan1: external: name: macvlan1

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts