Skip to content

Commit

Permalink
Merge pull request esrrhs#56 from jiqing112/patch-3
Browse files Browse the repository at this point in the history
docker命令里的空格错误
  • Loading branch information
esrrhs authored Apr 1, 2023
2 parents 327cf68 + a4d7ee0 commit 3c2bcf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ docker run --name pingtunnel-server -d --privileged --network host --restart=alw
```
- client:
```
docker run --name pingtunnel-client -d --restart=always -p 1080: 1080 esrrhs/pingtunnel ./pingtunnel -type client -l: 1080 -s www.yourserver.com -sock5 1 -key 123456
docker run --name pingtunnel-client -d --restart=always -p 1080: 1080 esrrhs/pingtunnel ./pingtunnel -type client -l :1080 -s www.yourserver.com -sock5 1 -key 123456
```

## Thanks for free JetBrains Open Source license
Expand Down

0 comments on commit 3c2bcf9

Please sign in to comment.