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