Another attempt to fix the ports mess.
This commit is contained in:
parent
bcbe903bca
commit
2fb9422dd9
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue