From 5b0ac2b0c1a8be46f3d4b8c34a9ca0e5db61e841 Mon Sep 17 00:00:00 2001 From: jerry Date: Wed, 28 Nov 2018 19:56:46 +0800 Subject: [PATCH] :rocket: update shell start --- start-docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start-docker.sh b/start-docker.sh index d7bd2479..4e2f76df 100755 --- a/start-docker.sh +++ b/start-docker.sh @@ -1,3 +1,3 @@ #!/bin/bash -sudo docker run -it --rm --name my-running-script -v $(pwd)/cqbot/:/root/ cqbot \ No newline at end of file +sudo docker run -it --rm --name cqbot -v $(pwd)/cqbot/:/root/ jesse2061/cqbot-swoole \ No newline at end of file