提交 15d6cfec authored 作者: Andy's avatar Andy

12

上级 f0d34365
...@@ -400,6 +400,10 @@ run_docker() { ...@@ -400,6 +400,10 @@ run_docker() {
make up make up
cd ../.. cd ../..
cd ./svr/docker-game || exit
make up
cd ../..
cd ./svr/docker-proxy || exit cd ./svr/docker-proxy || exit
make up make up
cd ../.. cd ../..
...@@ -432,7 +436,7 @@ main() { ...@@ -432,7 +436,7 @@ main() {
echo_content "skyBlue" "3) 获取 Svr" echo_content "skyBlue" "3) 获取 Svr"
echo_content "skyBlue" "4) 获取 Web" echo_content "skyBlue" "4) 获取 Web"
echo_content "skyBlue" "5) 运行 Docker" echo_content "skyBlue" "5) 运行 Docker"
echo_content "skyBlue" "6) 运行 Video 服务" echo_content "skyBlue" "6) 运行 Game 服务"
echo_content "skyBlue" "0) 退出" echo_content "skyBlue" "0) 退出"
echo_content "skyBlue" "============================" echo_content "skyBlue" "============================"
read -rp "请输入选项 [0-6]: " choice read -rp "请输入选项 [0-6]: " choice
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论