[ci skip] update readme
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
a6546b568c
commit
97e29459d9
|
@ -538,6 +538,13 @@ $ docker pull appleboy/gorush
|
||||||
$ docker run --name gorush -p 80:8088 appleboy/gorush
|
$ docker run --name gorush -p 80:8088 appleboy/gorush
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Run `gorush` with your own config file.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ docker pull appleboy/gorush
|
||||||
|
$ docker run --name gorush -v ${PWD}/config.yml:/config.yml -p 80:8088 appleboy/gorush
|
||||||
|
```
|
||||||
|
|
||||||
Testing your gorush server using [httpie](https://github.com/jkbrzt/httpie) command.
|
Testing your gorush server using [httpie](https://github.com/jkbrzt/httpie) command.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in New Issue