multi-line so it doesn't break page layout
This commit is contained in:
parent
2fac6db880
commit
52e156fbe6
@ -220,7 +220,9 @@ more than happy to accept Pull Requests for:
|
|||||||
|
|
||||||
_Check if `nginx.conf` is valid:_
|
_Check if `nginx.conf` is valid:_
|
||||||
|
|
||||||
`docker run --rm -t -a stdout --name my-openresty -v $PWD/config/:/usr/local/openresty/nginx/conf/:ro openresty/openresty:alpine-fat openresty -c /usr/local/openresty/nginx/conf/nginx.conf -t`
|
```bash
|
||||||
|
docker run --rm -t -a stdout --name my-openresty -v $PWD/config/:/usr/local/openresty/nginx/conf/:ro openresty/openresty:alpine-fat openresty -c /usr/local/openresty/nginx/conf/nginx.conf -t
|
||||||
|
```
|
||||||
|
|
||||||
_Interact w/ running container:_
|
_Interact w/ running container:_
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user