Add missing backslash in command example.

This commit is contained in:
redxef 2022-03-09 17:11:38 +01:00
parent 5e942b159a
commit 7864738448
Signed by: redxef
GPG key ID: 7DAC3AA211CBD921

View file

@ -15,7 +15,7 @@ referenced certificates happens.
cd example
docker run --rm -it \
-e DOMAIN_NAME=localhost \
-p 80:80 -p 443:443
-p 80:80 -p 443:443 \
-v "$PWD/nginx.conf:/etc/nginx.tmpl/nginx.conf" \
-v "$PWD/envsubst.conf:/etc/envsubst.conf" \
-v "$PWD/cert:/cert" \