diff --git a/templates/Bind/0/rancher-compose.yml b/templates/Bind/0/rancher-compose.yml index 76e7ce0..b3b58d3 100644 --- a/templates/Bind/0/rancher-compose.yml +++ b/templates/Bind/0/rancher-compose.yml @@ -34,9 +34,9 @@ catalog: type: password - variable: "WEBMIN_PORT" - label: "Webmin Port" + label: "Local Webmin Port" description: | - The port that the Webmin interface will be accessible on. + The local port that the Webmin interface will be accessible on. default: "1100" required: false type: string diff --git a/templates/Ghost/0/rancher-compose.yml b/templates/Ghost/0/rancher-compose.yml index e7e5f16..fc9c4f7 100644 --- a/templates/Ghost/0/rancher-compose.yml +++ b/templates/Ghost/0/rancher-compose.yml @@ -27,9 +27,9 @@ catalog: type: string - variable: "WEB_PORT" - label: "Web Port" + label: "Local Web Port" description: | - The port to access the web interface on. + The port to locally access the web interface on. default: "10400" required: true type: string diff --git a/templates/Gogs/0/rancher-compose.yml b/templates/Gogs/0/rancher-compose.yml index f8a4eaa..766476f 100644 --- a/templates/Gogs/0/rancher-compose.yml +++ b/templates/Gogs/0/rancher-compose.yml @@ -26,9 +26,9 @@ catalog: type: string - variable: "WEB_PORT" - label: "Web Port" + label: "Local Web Port" description: | - The port to access the web interface on. + The port to locally access the web interface on. default: "10500" required: true type: string diff --git a/templates/InvoiceNinja/0/rancher-compose.yml b/templates/InvoiceNinja/0/rancher-compose.yml index 610d44c..84aed42 100644 --- a/templates/InvoiceNinja/0/rancher-compose.yml +++ b/templates/InvoiceNinja/0/rancher-compose.yml @@ -28,7 +28,7 @@ catalog: - variable: "WEB_PORT" label: "Local Web Port" description: | - The port to access the web interface on local networks. + The port to locally access the web interface on. default: "10200" required: true type: string diff --git a/templates/Nextcloud/0/rancher-compose.yml b/templates/Nextcloud/0/rancher-compose.yml index 2c7db07..caa7a47 100644 --- a/templates/Nextcloud/0/rancher-compose.yml +++ b/templates/Nextcloud/0/rancher-compose.yml @@ -28,7 +28,7 @@ catalog: - variable: "WEB_PORT" label: "Web Port" description: | - The port to access the web interface on. + The port to locally access the web interface on. default: "10100" required: true type: string diff --git a/templates/SnipeIT/0/rancher-compose.yml b/templates/SnipeIT/0/rancher-compose.yml index 9326ac1..2a6c8e5 100644 --- a/templates/SnipeIT/0/rancher-compose.yml +++ b/templates/SnipeIT/0/rancher-compose.yml @@ -27,7 +27,7 @@ catalog: - variable: "HOST_HTTP_PORT" label: "Host HTTP Port" description: | - The HTTP port to access the web interface on. + The HTTP port to locally access the web interface on. default: "12000" required: true type: string