chore(pihole): bump version 2023.02.2
This commit is contained in:
parent
6972de195f
commit
5e81b579ee
|
@ -5,13 +5,18 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 8081,
|
"port": 8081,
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"ports": [53]
|
"ports": [
|
||||||
|
53
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"id": "pihole",
|
"id": "pihole",
|
||||||
"tipi_version": 3,
|
"tipi_version": 4,
|
||||||
"version": "2022.09.4",
|
"version": "2023.02.2",
|
||||||
"url_suffix": "/admin",
|
"url_suffix": "/admin",
|
||||||
"categories": ["network", "security"],
|
"categories": [
|
||||||
|
"network",
|
||||||
|
"security"
|
||||||
|
],
|
||||||
"description": "The Pi-hole® is a DNS sinkhole that protects your devices from unwanted content without installing any client-side software.",
|
"description": "The Pi-hole® is a DNS sinkhole that protects your devices from unwanted content without installing any client-side software.",
|
||||||
"short_desc": "A black hole for Internet advertisements",
|
"short_desc": "A black hole for Internet advertisements",
|
||||||
"author": "pi-hole.net",
|
"author": "pi-hole.net",
|
||||||
|
|
|
@ -3,7 +3,7 @@ version: "3.7"
|
||||||
services:
|
services:
|
||||||
pihole:
|
pihole:
|
||||||
container_name: pihole
|
container_name: pihole
|
||||||
image: pihole/pihole:2022.09.4
|
image: pihole/pihole:2023.02.2
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
hostname: pihole
|
hostname: pihole
|
||||||
dns:
|
dns:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user