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: |