This is an automated email from the ASF dual-hosted git repository.

burcham pushed a commit to branch sni
in repository https://gitbox.apache.org/repos/asf/geode-benchmarks.git


The following commit(s) were added to refs/heads/sni by this push:
     new e482b9a  make HAproxy bind to well-known port on host
e482b9a is described below

commit e482b9a7ef05b9dcb745221f30d282a74934d8af
Author: Bill Burcham <bburc...@pivotal.io>
AuthorDate: Thu May 21 16:32:33 2020 -0700

    make HAproxy bind to well-known port on host
---
 infrastructure/scripts/aws/image/files/docker-compose.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure/scripts/aws/image/files/docker-compose.yml 
b/infrastructure/scripts/aws/image/files/docker-compose.yml
index 73c133a..78faf55 100644
--- a/infrastructure/scripts/aws/image/files/docker-compose.yml
+++ b/infrastructure/scripts/aws/image/files/docker-compose.yml
@@ -20,7 +20,7 @@ services:
     container_name: 'haproxy'
     image: 'haproxy:2.1'
     ports:
-      - "15443"
+      - "15443:15443"
     volumes:
       - ./haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg:ro
 

Reply via email to