The container port for prometheus is fixed.
This commit is contained in:
parent
65b1c019c5
commit
ca6d5d60b0
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue