From 2311851d0defa7bf5418d50aeb0d282d6cfc2a76 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Sun, 18 Apr 2021 21:20:32 +0200 Subject: [PATCH] Fix a typo. --- templates/shinyproxy-docker-compose.yml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/shinyproxy-docker-compose.yml.j2 b/templates/shinyproxy-docker-compose.yml.j2 index ee5c603..1599fd4 100644 --- a/templates/shinyproxy-docker-compose.yml.j2 +++ b/templates/shinyproxy-docker-compose.yml.j2 @@ -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', '>=') %}