From ca6d5d60b05efc2be2d5d7ba817b5bdc6cb32a24 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Sun, 18 Apr 2021 20:28:44 +0200 Subject: [PATCH] The container port for prometheus is fixed. --- templates/shinyproxy-docker-compose.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/shinyproxy-docker-compose.yml.j2 b/templates/shinyproxy-docker-compose.yml.j2 index 176bee3..42fb67c 100644 --- a/templates/shinyproxy-docker-compose.yml.j2 +++ b/templates/shinyproxy-docker-compose.yml.j2 @@ -19,7 +19,7 @@ services: ports: - {{ shinyproxy_http_port }}:{{ shinyproxy_http_port }} {% if shinyproxy_expose_prometheus and shinyproxy_version is version_compare('2.5.0', '>=') %} - - {{ shinyproxy_prometheus_port }}:{{ shinyproxy_prometheus_port }} + - {{ shinyproxy_prometheus_port }}:9090 {% endif %} {% else %} image: {{ shinyproxy_docker_image }}