Do not set ports when in dnsrr mode.
This commit is contained in:
parent
2fb9422dd9
commit
8fb81b07db
|
|
@ -23,10 +23,6 @@ services:
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% else %}
|
{% else %}
|
||||||
image: {{ shinyproxy_docker_image }}
|
image: {{ shinyproxy_docker_image }}
|
||||||
{% if shinyproxy_expose_prometheus and shinyproxy_version is version_compare('2.5.0', '>=') %}
|
|
||||||
ports:
|
|
||||||
- {{ shinyproxy_prometheus_port }}
|
|
||||||
{% endif %}
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue