Fix a typo.
This commit is contained in:
parent
522da0c14e
commit
2311851d0d
|
@ -18,7 +18,7 @@ services:
|
||||||
build: .
|
build: .
|
||||||
ports:
|
ports:
|
||||||
- target: {{ shinyproxy_http_port }}
|
- target: {{ shinyproxy_http_port }}
|
||||||
published: :{{ shinyproxy_http_port }}
|
published: {{ shinyproxy_http_port }}
|
||||||
protocol: tcp
|
protocol: tcp
|
||||||
mode: 'host'
|
mode: 'host'
|
||||||
{% if shinyproxy_expose_prometheus and shinyproxy_version is version_compare('2.5.0', '>=') %}
|
{% 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 %}
|
{% if not shinyproxy_docker_swarm_behind_haproxy %}
|
||||||
ports:
|
ports:
|
||||||
- target: {{ shinyproxy_http_port }}
|
- target: {{ shinyproxy_http_port }}
|
||||||
published: :{{ shinyproxy_http_port }}
|
published: {{ shinyproxy_http_port }}
|
||||||
protocol: tcp
|
protocol: tcp
|
||||||
mode: '{{ shinyproxy_docker_http_port_mode }}'
|
mode: '{{ shinyproxy_docker_http_port_mode }}'
|
||||||
{% if shinyproxy_expose_prometheus and shinyproxy_version is version_compare('2.5.0', '>=') %}
|
{% if shinyproxy_expose_prometheus and shinyproxy_version is version_compare('2.5.0', '>=') %}
|
||||||
|
|
Loading…
Reference in New Issue