chore(deps): update pihole/pihole docker tag to v2024.06.0 (#3803)
This commit is contained in:
parent
ef33a1441c
commit
6978eb1b24
|
@ -8,8 +8,8 @@
|
||||||
"ports": [53]
|
"ports": [53]
|
||||||
},
|
},
|
||||||
"id": "pihole",
|
"id": "pihole",
|
||||||
"tipi_version": 17,
|
"tipi_version": 18,
|
||||||
"version": "2024.05.0",
|
"version": "2024.06.0",
|
||||||
"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.",
|
||||||
|
|
|
@ -3,7 +3,7 @@ version: "3.7"
|
||||||
services:
|
services:
|
||||||
pihole:
|
pihole:
|
||||||
container_name: pihole
|
container_name: pihole
|
||||||
image: pihole/pihole:2024.05.0
|
image: pihole/pihole:2024.06.0
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
hostname: pihole
|
hostname: pihole
|
||||||
dns:
|
dns:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user