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