From ee91373ea7ab7b5c161c025d832885bc9d4e225b Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 30 Mar 2025 13:21:46 -0600 Subject: [PATCH] Update AdGuard Home template.toml to streamline configuration - Removed unnecessary environment variable and mounts sections for a cleaner setup. - Ensured the template focuses on essential configuration parameters for AdGuard Home. --- blueprints/adguardhome/template.toml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/blueprints/adguardhome/template.toml b/blueprints/adguardhome/template.toml index aef0895..ed82b37 100644 --- a/blueprints/adguardhome/template.toml +++ b/blueprints/adguardhome/template.toml @@ -2,13 +2,11 @@ main_domain = "${domain}" [config] +env = [] +mounts = [] + [[config.domains]] serviceName = "adguardhome" port = 3000 host = "${main_domain}" -[config.env] -# No specific environment variables required for basic setup - -[[config.mounts]] -# Mounts are handled in docker-compose.yml through named volumes \ No newline at end of file