From 52e156fbe6048c4cdd37719ac392a628b1705de0 Mon Sep 17 00:00:00 2001 From: dannyrb Date: Thu, 9 May 2019 12:15:51 -0400 Subject: [PATCH] multi-line so it doesn't break page layout --- docs/latest/deployment/recipes/user-account-control.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/latest/deployment/recipes/user-account-control.md b/docs/latest/deployment/recipes/user-account-control.md index b9395d8d8..5f0c7b151 100644 --- a/docs/latest/deployment/recipes/user-account-control.md +++ b/docs/latest/deployment/recipes/user-account-control.md @@ -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:_