From 44f033214c67a6d1192f7f3b88e63bd0b9b74246 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Mon, 10 Mar 2025 00:10:48 -0600 Subject: [PATCH] docs: Update README to clarify template.yml structure and sections --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9a73d2dd..e8b8afd9 100644 --- a/README.md +++ b/README.md @@ -71,8 +71,8 @@ config: Dokploy use a defined structure for the `template.yml` file, we have 4 sections available: -1. `variables`: This is where we define the variables that will be used in the `config` section. -2. `config`: This is where we define the configuration for the template. +1. `variables`: This is where we define the variables that will be used in the `domains`, `env` and `mounts` sections. +2. `domains`: This is where we define the configuration for the template. 3. `env`: This is where we define the environment variables for the template. 4. `mounts`: This is where we define the mounts for the template.