From b046011ed004a5e1d5ccc5febd6732a372893c30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=97=E5=BF=97=E4=BA=BF?= Date: Tue, 31 Dec 2024 10:37:03 +0800 Subject: [PATCH] Improve README for master/slave setup with hostname explanation --- readme-vars.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme-vars.yml b/readme-vars.yml index f499a5a..bcc57ce 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -12,7 +12,7 @@ available_architectures: - {arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"} # container parameters param_container_name: "{{ project_name }}" -param_usage_include_hostname: "optional" +param_usage_include_hostname: 'optional' param_hostname: "hostname" param_hostname_desc: "In a master-slave architecture, the hostname of the master node is displayed as its name in the web interface, while the hostname of the slave nodes represents their device aliases. These slave hostnames must match the aliases defined in the master's Slaves file." param_usage_include_vols: true