Do not set ports when in dnsrr mode.

This commit is contained in:
Andrea Dell'Amico 2021-04-11 17:39:54 +02:00
parent 2fb9422dd9
commit 8fb81b07db
1 changed files with 0 additions and 4 deletions

View File

@ -23,10 +23,6 @@ services:
{% endif %}
{% else %}
image: {{ shinyproxy_docker_image }}
{% if shinyproxy_expose_prometheus and shinyproxy_version is version_compare('2.5.0', '>=') %}
ports:
- {{ shinyproxy_prometheus_port }}
{% endif %}
{% endif %}
volumes:
- /var/run/docker.sock:/var/run/docker.sock