Add missing backslash in command example.
This commit is contained in:
parent
5e942b159a
commit
7864738448
1 changed files with 1 additions and 1 deletions
|
@ -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" \
|
||||
|
|
Loading…
Reference in a new issue