Commit 126bf9d8 authored by tywldx's avatar tywldx

fix

parent ec378fad
......@@ -171,7 +171,7 @@ do
addFrpcSub ${var[0]}-${var[2]} http 127.0.0 1 8000 ${var[2]}-${namespace[0]} $filename
createNginxHttpAndSSLConf ${var[2]}-qa${namespace[0]} ${namespace[1]} ${var[1]} $nginxname/${var[0]}-${namespace[0]}.conf
done
basePorts="redis|80 db|80 rabbitmq|80"
basePorts="redis|80 db|3306 rabbitmq|80"
for basePort in ${basePorts[@]}
do
var=(${basePort//|/ })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment