Fix a typo.

This commit is contained in:
Andrea Dell'Amico 2021-04-18 21:20:32 +02:00
parent 522da0c14e
commit 2311851d0d
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ services:
build: .
ports:
- target: {{ shinyproxy_http_port }}
published: :{{ shinyproxy_http_port }}
published: {{ shinyproxy_http_port }}
protocol: tcp
mode: 'host'
{% if shinyproxy_expose_prometheus and shinyproxy_version is version_compare('2.5.0', '>=') %}
@ -32,7 +32,7 @@ services:
{% if not shinyproxy_docker_swarm_behind_haproxy %}
ports:
- target: {{ shinyproxy_http_port }}
published: :{{ shinyproxy_http_port }}
published: {{ shinyproxy_http_port }}
protocol: tcp
mode: '{{ shinyproxy_docker_http_port_mode }}'
{% if shinyproxy_expose_prometheus and shinyproxy_version is version_compare('2.5.0', '>=') %}