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.
This commit is contained in:
Mauricio Siu 2025-03-30 13:21:46 -06:00
parent f2b6b3fa10
commit ee91373ea7

View File

@ -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