From a8934ece051c8bb4e631be3c1f105460456c7d76 Mon Sep 17 00:00:00 2001 From: Whale Date: Sat, 29 Dec 2018 12:16:13 +0800 Subject: [PATCH] Update start-docker.sh --- start-docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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