From 2fb9422dd9aeb3c20dcae5f7e4e374fc23f4a493 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Sun, 11 Apr 2021 17:37:28 +0200 Subject: [PATCH] Another attempt to fix the ports mess. --- 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 c3919ff..ca24e22 100644 --- a/templates/shinyproxy-docker-compose.yml.j2 +++ b/templates/shinyproxy-docker-compose.yml.j2 @@ -25,7 +25,7 @@ services: image: {{ shinyproxy_docker_image }} {% if shinyproxy_expose_prometheus and shinyproxy_version is version_compare('2.5.0', '>=') %} ports: - - {{ shinyproxy_prometheus_port }}:{{ shinyproxy_prometheus_port }} + - {{ shinyproxy_prometheus_port }} {% endif %} {% endif %} volumes: