mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
- Removed unnecessary environment variable and mounts sections for a cleaner setup. - Ensured the template focuses on essential configuration parameters for AdGuard Home.
13 lines
154 B
TOML
13 lines
154 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
|
|
[config]
|
|
env = []
|
|
mounts = []
|
|
|
|
[[config.domains]]
|
|
serviceName = "adguardhome"
|
|
port = 3000
|
|
host = "${main_domain}"
|
|
|