install is failing w/docker-compose

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • rasp-services

    scripts, config and more glue used to manage personal HW (raspberries) I own

  • Hey, this is the docker-compose config I use for pi-hole on my setup in case its useful:

  • docker-pi-hole

    Pi-hole in a docker container

  • version: "3" services: # Stolen from https://github.com/pi-hole/docker-pi-hole pihole: env_file: .env hostname: pi.hole container_name: pihole image: pihole/pihole:latest ports: - "${PH_HTTP_HOST_PORT}:80/tcp" - "${PH_DNS_HOST_PORT}:53/tcp" - "${PH_DNS_HOST_PORT}:53/udp" environment: VIRTUAL_HOST: "${HOST_IP}:${PH_HTTP_HOST_PORT}" ServerIP: ${HOST_IP} volumes: - './etc-pihole/:/etc/pihole/' - './etc-dnsmasq.d/:/etc/dnsmasq.d/' extra_hosts: - "${DOMAIN_LOCAL}:${HOST_IP}" dns: - 127.0.0.1 - 1.1.1.1 restart: unless-stopped

  • 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

  • Trouble setting up Unbound

    3 projects | /r/selfhosted | 1 Dec 2021
  • Setting up a secondary Pi-Hole on my home network

    1 project | news.ycombinator.com | 6 Feb 2024
  • Problem - Pi-Hole not getting many DNS requests

    2 projects | /r/pihole | 10 Jul 2023
  • Sync Local DNS and Lists on second pihole - latest way?

    3 projects | /r/pihole | 9 Jul 2023
  • PiHole redundancy

    1 project | /r/pihole | 3 Jul 2023