chore: bump versions
This commit is contained in:
parent
c630f6c56e
commit
e1d790c1b3
|
@ -2,8 +2,8 @@
|
|||
"$schema": "../schema.json",
|
||||
"name": "Adguard",
|
||||
"available": true,
|
||||
"tipi_version": 1,
|
||||
"version": "0.107.7",
|
||||
"tipi_version": 2,
|
||||
"version": "0.107.13",
|
||||
"port": 8104,
|
||||
"id": "adguard",
|
||||
"categories": ["network", "security"],
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
version: "3.7"
|
||||
services:
|
||||
adguard:
|
||||
image: adguard/adguardhome:v0.107.7
|
||||
image: adguard/adguardhome:v0.107.13
|
||||
container_name: adguard
|
||||
volumes:
|
||||
- "${APP_DATA_DIR}/data/work:/opt/adguardhome/work"
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
"ports": [53]
|
||||
},
|
||||
"id": "pihole",
|
||||
"tipi_version": 1,
|
||||
"version": "2022.07.1",
|
||||
"tipi_version": 2,
|
||||
"version": "2022.09.4",
|
||||
"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",
|
||||
|
@ -22,7 +22,7 @@
|
|||
"min": 3,
|
||||
"required": true,
|
||||
"env_variable": "APP_PASSWORD"
|
||||
},
|
||||
},
|
||||
{
|
||||
"type": "ip",
|
||||
"label": "Network Interface (default: 0.0.0.0)",
|
||||
|
|
|
@ -14,7 +14,7 @@ services:
|
|||
pihole:
|
||||
# depends_on: [unbound]
|
||||
container_name: pihole
|
||||
image: pihole/pihole:2022.07.1
|
||||
image: pihole/pihole:2022.09.4
|
||||
restart: unless-stopped
|
||||
hostname: pihole
|
||||
dns:
|
||||
|
|
Loading…
Reference in New Issue
Block a user