Liu Song’s Projects


~/Projects/comqtt

git clone https://code.lsong.org/comqtt

Commit

Commit
0ba1fadd1576779cea21520a8138b2c6d31d3013
Author
Wind <[email protected]>
Date
2023-03-15 18:45:57 +0800 +0800
Diffstat
 README.md | 2 +-

Merge pull request #31 from suixinio/patch-2

docs: Readme.md


diff --git a/README.md b/README.md
index 2fbf1a8dd856826dd55361192b2ca3dbc01889bf..d321937faedf72e6e57fdabb172400c9bc9cff7c 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,7 @@ ### Using Docker
 A simple Dockerfile is provided for running the [cmd/single/main.go](cmd/single/main.go) Websocket, TCP, and Stats server:
 
 ```sh
-docker build -t comatt:latest .
+docker build -t comqtt:latest .
 docker run -p 1883:1883 -p 1882:1882 -p 8080:8080 comqtt:latest
 ```