Fix --allowed syntax

pull/6/head
Daniel Smith 2014-06-14 09:52:29 -07:00
parent cba453d72b
commit f02c27312b
1 changed files with 1 additions and 2 deletions

View File

@ -51,8 +51,7 @@ if [[ ${ALREADY_UP} -ne 1 ]]; then
--norespect_terminal_width \
--project ${PROJECT} \
--target_tags ${MINION_TAG} \
--allowed tcp:80 \
--allowed tcp:8080 \
--allowed tcp:80,tcp:8080 \
--network ${NETWORK} \
${MINION_TAG}-http-alt
fi