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