mirror of
https://github.com/nginx-proxy/docker-letsencrypt-nginx-proxy-companion
synced 2024-11-22 20:42:04 +01:00
Fix small missing \ to make it copy pasteable
A \ was missing so pasting resulted in premature and incomplete execution.
This commit is contained in:
parent
1a6cc79086
commit
3b9103d085
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user