chore(deps): update adguard/adguardhome docker tag to v0.107.32 (#696)
* chore(deps): update adguard/adguardhome docker tag to v0.107.32 * Update app version --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
This commit is contained in:
parent
19aaa7908e
commit
33d1ae2c32
|
@ -3,17 +3,22 @@
|
||||||
"name": "Adguard",
|
"name": "Adguard",
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"tipi_version": 10,
|
"tipi_version": 11,
|
||||||
"version": "0.107.31",
|
"version": "0.107.32",
|
||||||
"port": 8104,
|
"port": 8104,
|
||||||
"id": "adguard",
|
"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.",
|
"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": [53]
|
"ports": [
|
||||||
|
53
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"form_fields": [
|
"form_fields": [
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
version: "3.7"
|
version: "3.7"
|
||||||
services:
|
services:
|
||||||
adguard:
|
adguard:
|
||||||
image: adguard/adguardhome:v0.107.31
|
image: adguard/adguardhome:v0.107.32
|
||||||
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