mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-03-18 05:04:51 +08:00
Update start-docker-screen.sh
This commit is contained in:
parent
a8934ece05
commit
d601f3314c
@ -6,7 +6,7 @@ if [[ "$cq" = "" ]]; then
|
||||
fi
|
||||
sleep 1s
|
||||
|
||||
screen -x -S cq -p 0 -X stuff "sudo docker run -it --rm --name cqbot -v "$(pwd)"/cqbot/:/root/ jesse2061/cqbot-swoole"
|
||||
screen -x -S cq -p 0 -X stuff "sudo docker run -it --rm --net=host --name cqbot -v "$(pwd)"/cqbot/:/root/ jesse2061/cqbot-swoole"
|
||||
screen -x -S cq -p 0 -X stuff "\n"
|
||||
screen -x -S cq -p 0 -X stuff "php start.php"
|
||||
screen -x -S cq -p 0 -X stuff "\n"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user