From 7bf444951c98cb7a0c9a7acf7dd85b6b3288b5ed Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Fri, 7 Dec 2018 19:41:50 -0500 Subject: [PATCH] Testing without port --- templates/Snipe-IT/0/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/Snipe-IT/0/docker-compose.yml b/templates/Snipe-IT/0/docker-compose.yml index 2cdb2df..c663a30 100644 --- a/templates/Snipe-IT/0/docker-compose.yml +++ b/templates/Snipe-IT/0/docker-compose.yml @@ -12,7 +12,7 @@ services: APP_ENV: production APP_DEBUG: false {{- if .Values.TRAEFIK_HOST}} - APP_URL: https://${TRAEFIK_HOST}:80 + APP_URL: https://${TRAEFIK_HOST} {{- else}} APP_URL: http://localhost:${WEB_PORT} {{- end}}