Update start-docker.sh

This commit is contained in:
Whale
2018-12-29 12:16:13 +08:00
committed by GitHub
parent 3f34facb5f
commit a8934ece05

View File

@@ -1,3 +1,3 @@
#!/bin/bash
sudo docker run -it --rm --name cqbot -v $(pwd)/cqbot/:/root/ jesse2061/cqbot-swoole
sudo docker run -it --rm --net=host --name cqbot -v $(pwd)/cqbot/:/root/ jesse2061/cqbot-swoole