1
0

Fix small missing \ to make it copy pasteable

A \ was missing so pasting resulted in premature and incomplete execution.
This commit is contained in:
JMoVS 2021-08-31 23:52:30 +02:00 committed by GitHub
parent 1a6cc79086
commit 3b9103d085
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -72,7 +72,7 @@ $ docker run --detach \
```shell
$ docker run --detach \
--name your-proxyed-app
--name your-proxyed-app \
--env "VIRTUAL_HOST=subdomain.yourdomain.tld" \
--env "LETSENCRYPT_HOST=subdomain.yourdomain.tld" \
nginx