The container port for prometheus is fixed.

This commit is contained in:
Andrea Dell'Amico 2021-04-18 20:28:44 +02:00
parent 65b1c019c5
commit ca6d5d60b0
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

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