Browse Source
Update Pi-hole to v5.13 (#195)
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
main
mccolister1017
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
3 additions and
3 deletions
-
pi-hole/docker-compose.yml
-
pi-hole/umbrel-app.yml
|
|
@ -7,7 +7,7 @@ services: |
|
|
|
APP_PORT: 80 |
|
|
|
PROXY_AUTH_ADD: "false" |
|
|
|
server: |
|
|
|
image: pihole/pihole:2022.09.4@sha256:aa6140856dfc67f3ae36c352e30903f944e4e220699ffeeaf6b85235b2d84c95 |
|
|
|
image: pihole/pihole:2022.10@sha256:9da1360c747715c41cf327580d2cc064f04776674afe317abd99cac70cd65e82 |
|
|
|
# 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.09.4" |
|
|
|
version: "5.13" |
|
|
|
tagline: Block ads on your entire network |
|
|
|
description: >- |
|
|
|
Instead of browser plugins or other software on each computer, |
|
|
@ -33,4 +33,4 @@ torOnly: false |
|
|
|
releaseNotes: >- |
|
|
|
- Various internal improvements |
|
|
|
submitter: Umbrel |
|
|
|
submission: https://github.com/getumbrel/umbrel/commit/9ca55a25e043dcd50d5cb92c6ec756d368bb4794 |
|
|
|
submission: https://github.com/getumbrel/umbrel/commit/9ca55a25e043dcd50d5cb92c6ec756d368bb4794 |
|
|
|