You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/05/24 02:26:03 UTC

[GitHub] augustin-taiwan commented on a change in pull request #120: removed port check for ports 80 and 443

augustin-taiwan commented on a change in pull request #120: removed port check for ports 80 and 443
URL: https://github.com/apache/incubator-openwhisk-devtools/pull/120#discussion_r190450107
 
 

 ##########
 File path: docker-compose/Makefile
 ##########
 @@ -131,7 +131,7 @@ print-host:
 .PHONY: check-required-ports
 check-required-ports:
 	echo "checking required ports ... "
-	for port in 80 443 2888 5984 8085 8888 9092 2888 8001; do \
+	for port in 2888 5984 8085 8888 9092 2888 8001; do \
 
 Review comment:
   there are two 2888 port checking

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services