Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
davidqhr committed Aug 5, 2020
1 parent 44e49d2 commit 41b75b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ This is a test project. Run different protocols on multiple ports to test the pr
| 8004 | Non-TLS Grpc server. |
| 8005 | TLS-Enabled Grpc server. |
| 8006 | Non-TLS TCP server. |
| 8007 | UDP server. |

# Run

Expand All @@ -24,7 +25,7 @@ go run .
### docker

```bash
docker run --rm -p 8001-8005:8001-8005 kalmhq/echoserver:latest
docker run --rm -p 8001-8010:8001-8010 kalmhq/echoserver:latest
```

# Test
Expand Down

0 comments on commit 41b75b7

Please sign in to comment.