Another attempt to fix the ports mess.

This commit is contained in:
Andrea Dell'Amico 2021-04-11 17:37:28 +02:00
parent bcbe903bca
commit 2fb9422dd9
1 changed files with 1 additions and 1 deletions

View File

@ -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: