diff --git a/templates/shinyproxy-docker-compose.yml.j2 b/templates/shinyproxy-docker-compose.yml.j2 index ca24e22..56b2656 100644 --- a/templates/shinyproxy-docker-compose.yml.j2 +++ b/templates/shinyproxy-docker-compose.yml.j2 @@ -23,10 +23,6 @@ services: {% endif %} {% else %} image: {{ shinyproxy_docker_image }} -{% if shinyproxy_expose_prometheus and shinyproxy_version is version_compare('2.5.0', '>=') %} - ports: - - {{ shinyproxy_prometheus_port }} -{% endif %} {% endif %} volumes: - /var/run/docker.sock:/var/run/docker.sock