diff --git a/start-docker.sh b/start-docker.sh index 4e2f76df..b5638972 100755 --- a/start-docker.sh +++ b/start-docker.sh @@ -1,3 +1,3 @@ #!/bin/bash -sudo docker run -it --rm --name cqbot -v $(pwd)/cqbot/:/root/ jesse2061/cqbot-swoole \ No newline at end of file +sudo docker run -it --rm --net=host --name cqbot -v $(pwd)/cqbot/:/root/ jesse2061/cqbot-swoole