From 4eae64ef46a2088334bfcb0efc4f126c84541b14 Mon Sep 17 00:00:00 2001 From: WilliamMiceli <9000802+WilliamMiceli@users.noreply.github.com> Date: Wed, 11 Jul 2018 03:12:32 -0400 Subject: [PATCH] Changed default ports --- templates/SnipeIT/0/rancher-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/SnipeIT/0/rancher-compose.yml b/templates/SnipeIT/0/rancher-compose.yml index f068606..9480b17 100644 --- a/templates/SnipeIT/0/rancher-compose.yml +++ b/templates/SnipeIT/0/rancher-compose.yml @@ -28,7 +28,7 @@ catalog: label: "Host HTTP Port" description: | The HTTP port to access the web interface on. - default: "6000" + default: "12000" required: true type: string @@ -36,7 +36,7 @@ catalog: label: "Host HTTPS Port" description: | The HTTPS port to access the web interface on. - default: "6500" + default: "12500" required: true type: string