multi-line so it doesn't break page layout

This commit is contained in:
dannyrb 2019-05-09 12:15:51 -04:00
parent 2fac6db880
commit 52e156fbe6

View File

@ -220,7 +220,9 @@ more than happy to accept Pull Requests for:
_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:_