Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
werbenhu committed Sep 12, 2023
1 parent 7d138ff commit 976878a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ go build -o mqttsrv && ./mqttsrv
A simple Dockerfile is provided for running the [cmd/main.go](cmd/main.go) Websocket, TCP, and Stats server:

```sh
docker build -t mqtt:latest .
docker run -p 1883:1883 -p 1882:1882 -p 8080:8080 mqtt:latest
docker build -t mqttsrv:latest .
docker run -p 1883:1883 -p 1882:1882 -p 8080:8080 mqttsrv:latest
```

## Developing with MQTT
Expand Down

0 comments on commit 976878a

Please sign in to comment.