Browse Source

Upgrade Pi-Hole to 2022.05 (#34)

main
Kroese 3 years ago
committed by GitHub
parent
commit
3152b2cf50
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pi-hole/docker-compose.yml
  2. 4
      pi-hole/umbrel-app.yml

2
pi-hole/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: 80
PROXY_AUTH_ADD: "false"
server:
image: pihole/pihole:2022.04.3@sha256:fa050f8407fc9b63840025f7064763cc20f2b8dd30461852daabb2c33a8231f8
image: pihole/pihole:2022.05@sha256:dcd0885a3fe050da005cb544904444cc098017636d6d495ac8770a9aa523a0ef
# Pi-hole doesn't currently support running as non-root
# https://github.com/pi-hole/docker-pi-hole/issues/685
# user: "1000:1000"

4
pi-hole/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: pi-hole
category: Networking
name: Pi-hole
version: "2022.04.3"
version: "2022.05"
tagline: Block ads on your entire network
description: >-
Instead of browser plugins or other software on each computer,
@ -29,4 +29,4 @@ gallery:
path: ""
defaultUsername: ""
deterministicPassword: true
torOnly: false
torOnly: false

Loading…
Cancel
Save