浏览代码

fix docker run command

HMBSbige 7 年之前
父节点
当前提交
79f973bc57
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -2,7 +2,7 @@
 Docker
 ```
 docker pull hmbsbige/stunserver
-docker run -d --restart=always --net=host -p 3478:3478/tcp -p 3478:3478/udp --name=stunserver hmbsbige/stunserver --mode full --primaryinterface $IP1 --altinterface $IP2
+docker run -d --restart=always --net=host --name=stunserver hmbsbige/stunserver --mode full --primaryinterface $IP1 --altinterface $IP2
 ```
 
 # STUN Client Preview