chore(deps): update adguard/adguardhome docker tag to v0.107.50 (#3530)
This commit is contained in:
parent
289fcca487
commit
1cb29d56c9
|
@ -3,22 +3,17 @@
|
||||||
"name": "Adguard",
|
"name": "Adguard",
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"tipi_version": 28,
|
"tipi_version": 29,
|
||||||
"version": "0.107.48",
|
"version": "0.107.50",
|
||||||
"port": 8104,
|
"port": 8104,
|
||||||
"id": "adguard",
|
"id": "adguard",
|
||||||
"categories": [
|
"categories": ["network", "security"],
|
||||||
"network",
|
|
||||||
"security"
|
|
||||||
],
|
|
||||||
"description": "Adguard is the best way to get rid of annoying ads and online tracking and protect your computer from malware. Make your web surfing fast, safe and ad-free.",
|
"description": "Adguard is the best way to get rid of annoying ads and online tracking and protect your computer from malware. Make your web surfing fast, safe and ad-free.",
|
||||||
"short_desc": "World's most advanced adblocker!",
|
"short_desc": "World's most advanced adblocker!",
|
||||||
"author": "AdguardTeam",
|
"author": "AdguardTeam",
|
||||||
"source": "https://github.com/AdguardTeam",
|
"source": "https://github.com/AdguardTeam",
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"ports": [
|
"ports": [53]
|
||||||
53
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"form_fields": [
|
"form_fields": [
|
||||||
{
|
{
|
||||||
|
@ -28,8 +23,5 @@
|
||||||
"env_variable": "NETWORK_INTERFACE"
|
"env_variable": "NETWORK_INTERFACE"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"supported_architectures": [
|
"supported_architectures": ["arm64", "amd64"]
|
||||||
"arm64",
|
|
||||||
"amd64"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
version: "3.7"
|
version: "3.7"
|
||||||
services:
|
services:
|
||||||
adguard:
|
adguard:
|
||||||
image: adguard/adguardhome:v0.107.48
|
image: adguard/adguardhome:v0.107.50
|
||||||
container_name: adguard
|
container_name: adguard
|
||||||
volumes:
|
volumes:
|
||||||
- "${APP_DATA_DIR}/data/work:/opt/adguardhome/work"
|
- "${APP_DATA_DIR}/data/work:/opt/adguardhome/work"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user