Merge pull request #70 from meienberger/renovate/adguard-adguardhome-0.x

chore(deps): update adguard/adguardhome docker tag to v0.107.16
This commit is contained in:
Nicolas Meienberger 2022-10-13 22:07:11 +00:00 committed by GitHub
commit d419edd568
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 5 deletions

View File

@ -2,17 +2,22 @@
"$schema": "../schema.json",
"name": "Adguard",
"available": true,
"tipi_version": 2,
"version": "0.107.13",
"tipi_version": 3,
"version": "0.107.16",
"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": [
{

View File

@ -2,7 +2,7 @@
version: "3.7"
services:
adguard:
image: adguard/adguardhome:v0.107.13
image: adguard/adguardhome:v0.107.16
container_name: adguard
volumes:
- "${APP_DATA_DIR}/data/work:/opt/adguardhome/work"