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",
|
||||
"available": true,
|
||||
"exposable": true,
|
||||
"tipi_version": 28,
|
||||
"version": "0.107.48",
|
||||
"tipi_version": 29,
|
||||
"version": "0.107.50",
|
||||
"port": 8104,
|
||||
"id": "adguard",
|
||||
"categories": [
|
||||
"network",
|
||||
"security"
|
||||
],
|
||||
"categories": ["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.",
|
||||
"short_desc": "World's most advanced adblocker!",
|
||||
"author": "AdguardTeam",
|
||||
"source": "https://github.com/AdguardTeam",
|
||||
"requirements": {
|
||||
"ports": [
|
||||
53
|
||||
]
|
||||
"ports": [53]
|
||||
},
|
||||
"form_fields": [
|
||||
{
|
||||
|
@ -28,8 +23,5 @@
|
|||
"env_variable": "NETWORK_INTERFACE"
|
||||
}
|
||||
],
|
||||
"supported_architectures": [
|
||||
"arm64",
|
||||
"amd64"
|
||||
]
|
||||
"supported_architectures": ["arm64", "amd64"]
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
version: "3.7"
|
||||
services:
|
||||
adguard:
|
||||
image: adguard/adguardhome:v0.107.48
|
||||
image: adguard/adguardhome:v0.107.50
|
||||
container_name: adguard
|
||||
volumes:
|
||||
- "${APP_DATA_DIR}/data/work:/opt/adguardhome/work"
|
||||
|
|
Loading…
Reference in New Issue
Block a user