chore(deps): update pihole/pihole docker tag to v2024.05.0 (#3570)
This commit is contained in:
parent
e5e06b1dbf
commit
cc35a66531
|
@ -5,18 +5,13 @@
|
|||
"exposable": true,
|
||||
"port": 8081,
|
||||
"requirements": {
|
||||
"ports": [
|
||||
53
|
||||
]
|
||||
"ports": [53]
|
||||
},
|
||||
"id": "pihole",
|
||||
"tipi_version": 16,
|
||||
"version": "2024.03.2",
|
||||
"tipi_version": 17,
|
||||
"version": "2024.05.0",
|
||||
"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.",
|
||||
"short_desc": "A black hole for Internet advertisements",
|
||||
"author": "pi-hole.net",
|
||||
|
@ -37,8 +32,5 @@
|
|||
"env_variable": "NETWORK_INTERFACE"
|
||||
}
|
||||
],
|
||||
"supported_architectures": [
|
||||
"arm64",
|
||||
"amd64"
|
||||
]
|
||||
"supported_architectures": ["arm64", "amd64"]
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@ version: "3.7"
|
|||
services:
|
||||
pihole:
|
||||
container_name: pihole
|
||||
image: pihole/pihole:2024.03.2
|
||||
image: pihole/pihole:2024.05.0
|
||||
restart: unless-stopped
|
||||
hostname: pihole
|
||||
dns:
|
||||
|
|
Loading…
Reference in New Issue
Block a user