Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ameshkov committed Feb 3, 2024
1 parent 5594319 commit e8a14ab
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ expose on the host's port `443` (tcp):

```shell
docker run -d --name udptlspipe -p 443:8443/tcp \
ghcr.io/ameshkov/udptlspipe:master \
ghcr.io/ameshkov/udptlspipe \
--server \
-d 2.3.4.5:8123 \
-p SecurePassword
Expand All @@ -127,8 +127,7 @@ expose on the host's port `1234` (udp):
```shell
docker run -d --name udptlspipe -p 1234:8443/udp \
ghcr.io/ameshkov/udptlspipe:master \
--server \
ghcr.io/ameshkov/udptlspipe \
-d 2.3.4.5:8123 \
-p SecurePassword
```
Expand Down

0 comments on commit e8a14ab

Please sign in to comment.