From 892b82541b0082121de1e83cd2ba33a6b1117790 Mon Sep 17 00:00:00 2001 From: WilliamMiceli <9000802+WilliamMiceli@users.noreply.github.com> Date: Sun, 24 Jun 2018 19:31:13 -0400 Subject: [PATCH] Settable Web Port --- templates/invoice-ninja/0/rancher-compose.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/templates/invoice-ninja/0/rancher-compose.yml b/templates/invoice-ninja/0/rancher-compose.yml index 62ce452..f8fad3b 100644 --- a/templates/invoice-ninja/0/rancher-compose.yml +++ b/templates/invoice-ninja/0/rancher-compose.yml @@ -7,10 +7,17 @@ catalog: - variable: "LABEL_KEY_VALUE" label: "Host Label Key/Value Pair" description: | - The Label Key/Value pair on the host which Eclipse Che should be deployed + The Label Key/Value pair on the host which InvoiceNinja should be deployed default: "host.id=0000" required: true type: string + - variable: "WEB_PORT" + label: "Web Port" + description: | + The port to access the web interface on. + default: "8000" + required: true + type: string - variable: "STORAGE_BASE_DIR" label: "Base Storage Directory" description: |