mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Upgrade Pi-Hole to 2022.05 (#34)
This commit is contained in:
parent
b9c5e18021
commit
3152b2cf50
@ -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"
|
||||
|
@ -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…
Reference in New Issue
Block a user