提交 f1b6f60c authored 作者: Andy's avatar Andy

12

上级 cb3e265a
......@@ -390,30 +390,30 @@ EOF
}
run_docker() {
cd ./svr/docker-base || exit
make addnet
# cd ./svr/docker-base || exit
# make addnet
make up
chmod 777 ../tmp/base/etcd/data
chmod 777 ../tmp/base/zookeeper/data
make up
cd ../..
# make up
# chmod 777 ../tmp/base/etcd/data
# chmod 777 ../tmp/base/zookeeper/data
# make up
# cd ../..
cd ./svr/docker-game || exit
make up
cd ../..
# cd ./svr/docker-game || exit
# make up
# cd ../..
cd ./svr/docker-proxy || exit
make up
cd ../..
# cd ./svr/docker-proxy || exit
# make up
# cd ../..
}
run_service() {
cd ./svr/bdgame || exit
make export_env
make start
cd ../..
# cd ./svr/bdgame || exit
# make export_env
# make start
# cd ../..
}
# main
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论