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:
parent
f2b6b3fa10
commit
ee91373ea7
@ -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
|
Loading…
Reference in New Issue
Block a user