chore(deps): update pihole/pihole docker tag to v2023.11.0 (#1668)
This commit is contained in:
parent
6406f74690
commit
ab18dbe664
|
@ -10,8 +10,8 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"id": "pihole",
|
"id": "pihole",
|
||||||
"tipi_version": 10,
|
"tipi_version": 11,
|
||||||
"version": "2023.10.0",
|
"version": "2023.11.0",
|
||||||
"url_suffix": "/admin",
|
"url_suffix": "/admin",
|
||||||
"categories": [
|
"categories": [
|
||||||
"network",
|
"network",
|
||||||
|
@ -37,5 +37,8 @@
|
||||||
"env_variable": "NETWORK_INTERFACE"
|
"env_variable": "NETWORK_INTERFACE"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"supported_architectures": ["arm64", "amd64"]
|
"supported_architectures": [
|
||||||
|
"arm64",
|
||||||
|
"amd64"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@ version: "3.7"
|
||||||
services:
|
services:
|
||||||
pihole:
|
pihole:
|
||||||
container_name: pihole
|
container_name: pihole
|
||||||
image: pihole/pihole:2023.10.0
|
image: pihole/pihole:2023.11.0
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
hostname: pihole
|
hostname: pihole
|
||||||
dns:
|
dns:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user