How do I update Pi-hole if it's running in a Docker container?

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

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
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
  • docker-pi-hole

    Pi-hole in a docker container

  • services: pihole: container_name: pihole image: pihole/pihole:latest ports: - "53:53/tcp" - "53:53/udp" - "67:67/udp" - "80:80/tcp" - "443:443/tcp" environment: TZ: 'America/Chicago' # WEBPASSWORD: 'set a secure password here or it will be random' # Volumes store your data between container upgrades volumes: - './etc-pihole/:/etc/pihole/' - './etc-dnsmasq.d/:/etc/dnsmasq.d/' # Recommended but not required (DHCP needs NET_ADMIN) # https://github.com/pi-hole/docker-pi-hole#note-on-capabilities cap_add: - NET_ADMIN restart: unless-stopped

  • watchtower

    A process for automating Docker container base image updates.

  • Watchtower which you can schedule to update your containers https://github.com/containrrr/watchtower

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • Portainer

    Making Docker and Kubernetes management easy.

  • Portainer - which lets you manage containers through GUI https://github.com/portainer/portainer

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

  • [Feature Request] Container Auto Update Option.

    3 projects | /r/portainer | 11 Oct 2021
  • Updating Pi-hole in docker without losing config

    2 projects | /r/pihole | 8 Oct 2021
  • Understanding Docker Architecture: A Beginner's Guide to How Docker Works

    4 projects | dev.to | 8 Jun 2023
  • No internet access for containers co-hosted with pihole

    6 projects | /r/docker | 13 May 2023
  • Jellyfin Vue is now powered by Vue 3 | A major milestone in the development of the client

    7 projects | /r/jellyfin | 4 Apr 2023