Had to reinstall Pihole, now it's inside a Docker container using Portainer, how do I properly get to see my clients' IPs and MACs again?

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

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: "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:latest environment: TZ: 'America/New_York' WEBPASSWORD: 'password' # Volumes store your data between container upgrades volumes: - '/volume3/docker/pihole/pihole/:/etc/pihole/' - '/volume3/docker/pihole/dnsmasq/:/etc/dnsmasq.d/' - '/volume3/docker/pihole/resolv.conf:/etc/resolv.conf' cap_add: - NET_ADMIN restart: unless-stopped networks: pi: ipv4_address: "10.0.0.2" pi-synology: networks: pi: driver: macvlan driver_opts: parent: ovs_bond1 ipam: config: - subnet: "10.0.0.0/24" ip_range: "10.0.0.1/24" gateway: "10.0.0.1" pi-synology: name: pi-synology

  • 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