Skip to content

Commit

Permalink
Improve README for master/slave setup with hostname explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
宗志亿 committed Dec 31, 2024
1 parent 224bf01 commit b046011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b046011

Please sign in to comment.