Update Pi-hole v2023.05.2 (#724)

Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
Felix 2023-08-14 05:34:21 +00:00 committed by GitHub
parent e5591f84b1
commit 2e6dd39f69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 18 deletions

View File

@ -1,27 +1,21 @@
version: "3.7"
services:
app_proxy:
environment:
APP_HOST: pi-hole_server_1
APP_PORT: 80
PROXY_AUTH_ADD: "false"
server:
image: pihole/pihole:2023.03.1@sha256:a74dde4800f54d3c0b0839babbac9f2cc7e4b8239ab4a5bc2c25c7328ec1c019
image: pihole/pihole:2023.05.2@sha256:8bc45afe1625487aef62859a5bf02f3d7b3429e480f4e29e4689635ab86ec312
# Pi-hole doesn't currently support running as non-root
# https://github.com/pi-hole/docker-pi-hole/issues/685
# user: "1000:1000"
restart: on-failure
ports:
- 53:53
- 53:53/udp
- 67:67/udp
network_mode: host
volumes:
- ${APP_DATA_DIR}/data/pihole:/etc/pihole/
- ${APP_DATA_DIR}/data/dnsmasq:/etc/dnsmasq.d/
environment:
- VIRTUAL_HOST=${APP_DOMAIN}
- WEBPASSWORD=${APP_PASSWORD}
- WEB_PORT=8082
# Listen on all interfaces, permit all origins
- DNSMASQ_LISTENING=all
cap_add:
- NET_ADMIN

View File

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: pi-hole
category: networking
name: Pi-hole
version: "2023.03.1"
version: "2023.05.2"
tagline: Block ads on your entire network
description: >-
Instead of browser plugins or other software on each computer,
@ -15,7 +15,7 @@ description: >-
In addition to blocking advertisements, Pi-hole® has an informative Web interface that shows stats on all the domains being queried on your network. Pi-hole® works fine with an existing DHCP server, but you can use Pi-hole®s to keep your network management in one place.
Pi-hole® and the Pi-hole® logo are registered trademarks of Pi-hole. Umbrel is not sponsored, endorsed by, or associated with Pi-hole®.
Pi-hole® and the Pi-hole® logo are registered trademarks of Pi-hole. Umbrel is not sponsored, endorsed by, or associated with Pi-hole®.
developer: Pi-hole®
website: https://pi-hole.net
dependencies: []
@ -31,10 +31,10 @@ defaultUsername: ""
deterministicPassword: true
torOnly: false
releaseNotes: >-
Updates Pi-hole components to FTL v5.22, Web v5.19, and Core v5.16.1
Full release notes can be found here: https://pi-hole.net/blog/2023/03/22/pi-hole-ftl-v5-22-web-v5-19-and-core-v5-16-1-released
Pi-hole on Umbrel now operates in host network mode, meaning that you can now easily configure Pi-hole as a DHCP server!
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
submitter: Umbrel
submission: https://github.com/getumbrel/umbrel/commit/9ca55a25e043dcd50d5cb92c6ec756d368bb4794