mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-28 12:52:29 +02:00
Update Pi-hole to 2023.10.0 (#825)
This commit is contained in:
parent
0a64cfa70f
commit
015744c78e
@ -2,7 +2,7 @@ version: "3.7"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
server:
|
server:
|
||||||
image: pihole/pihole:2023.05.2@sha256:8bc45afe1625487aef62859a5bf02f3d7b3429e480f4e29e4689635ab86ec312
|
image: pihole/pihole:2023.10.0@sha256:562766abc805d5005bb2d2aa5d4bbf2d9b347380b1ea4504fb59b2100500f672
|
||||||
# Pi-hole doesn't currently support running as non-root
|
# Pi-hole doesn't currently support running as non-root
|
||||||
# https://github.com/pi-hole/docker-pi-hole/issues/685
|
# https://github.com/pi-hole/docker-pi-hole/issues/685
|
||||||
# user: "1000:1000"
|
# user: "1000:1000"
|
||||||
|
@ -2,7 +2,7 @@ manifestVersion: 1.1
|
|||||||
id: pi-hole
|
id: pi-hole
|
||||||
category: networking
|
category: networking
|
||||||
name: Pi-hole
|
name: Pi-hole
|
||||||
version: "2023.05.2"
|
version: "2023.10.0"
|
||||||
tagline: Block ads on your entire network
|
tagline: Block ads on your entire network
|
||||||
description: >-
|
description: >-
|
||||||
Instead of browser plugins or other software on each computer,
|
Instead of browser plugins or other software on each computer,
|
||||||
@ -31,10 +31,9 @@ defaultUsername: ""
|
|||||||
deterministicPassword: true
|
deterministicPassword: true
|
||||||
torOnly: false
|
torOnly: false
|
||||||
releaseNotes: >-
|
releaseNotes: >-
|
||||||
Pi-hole on Umbrel now operates in host network mode, meaning that you can now easily configure Pi-hole as a DHCP server!
|
This is a minor bug-fix release, and includes FTL v5.23, Web v5.20.2, and Core v5.17.2.
|
||||||
|
|
||||||
|
|
||||||
This version includes FTL v5.23, Web v5.20, and Core v5.17.
|
|
||||||
Full release notes can be found here: https://pi-hole.net/blog/2023/05/28/pi-hole-ftl-v5-23-web-v5-20-and-core-v5-17-released
|
Full release notes can be found here: https://pi-hole.net/blog/2023/05/28/pi-hole-ftl-v5-23-web-v5-20-and-core-v5-17-released
|
||||||
submitter: Umbrel
|
submitter: Umbrel
|
||||||
submission: https://github.com/getumbrel/umbrel/commit/9ca55a25e043dcd50d5cb92c6ec756d368bb4794
|
submission: https://github.com/getumbrel/umbrel/commit/9ca55a25e043dcd50d5cb92c6ec756d368bb4794
|
||||||
|
Loading…
Reference in New Issue
Block a user