mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-02 14:25:38 +08:00
Update start-docker-screen.sh
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user