[ci skip] fix docker command.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
e165b2e2d5
commit
137c085560
|
@ -428,7 +428,7 @@ Set up `gorush` in the cloud in under 5 minutes with zero knowledge of Golang or
|
|||
|
||||
```bash
|
||||
$ docker pull appleboy/gorush
|
||||
$ docker run -name gorush -p 80:8088 appleboy/gorush
|
||||
$ docker run --name gorush -p 80:8088 appleboy/gorush
|
||||
```
|
||||
|
||||
Testing your gorush server using [httpie](https://github.com/jkbrzt/httpie) command.
|
||||
|
|
Loading…
Reference in New Issue