소스 검색

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