Fix a typo.
This commit is contained in:
parent
522da0c14e
commit
2311851d0d
|
@ -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', '>=') %}
|
||||
|
|
Loading…
Reference in New Issue