mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
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:
@@ -2,13 +2,11 @@
|
|||||||
main_domain = "${domain}"
|
main_domain = "${domain}"
|
||||||
|
|
||||||
[config]
|
[config]
|
||||||
|
env = []
|
||||||
|
mounts = []
|
||||||
|
|
||||||
[[config.domains]]
|
[[config.domains]]
|
||||||
serviceName = "adguardhome"
|
serviceName = "adguardhome"
|
||||||
port = 3000
|
port = 3000
|
||||||
host = "${main_domain}"
|
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
|
|
||||||
Reference in New Issue
Block a user