diff --git a/apps/adguard/config.json b/apps/adguard/config.json index 73df3939..4219b1bf 100644 --- a/apps/adguard/config.json +++ b/apps/adguard/config.json @@ -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"] } diff --git a/apps/adguard/docker-compose.yml b/apps/adguard/docker-compose.yml index 6e91f4c4..17aa3843 100644 --- a/apps/adguard/docker-compose.yml +++ b/apps/adguard/docker-compose.yml @@ -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"