Browse Source

fix docker run command

HMBSbige 7 years ago
parent
commit
79f973bc57
1 changed files with 1 additions and 1 deletions
  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