Skip to content

Commit 7f1b754

Browse files
authored
Merge pull request #857 from JMoVS/patch-1
Fix small missing \ to make it copy pasteable
2 parents 1a6cc79 + 3b9103d commit 7f1b754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Advanced-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ $ docker run --detach \
7272

7373
```shell
7474
$ docker run --detach \
75-
--name your-proxyed-app
75+
--name your-proxyed-app \
7676
--env "VIRTUAL_HOST=subdomain.yourdomain.tld" \
7777
--env "LETSENCRYPT_HOST=subdomain.yourdomain.tld" \
7878
nginx

0 commit comments

Comments
 (0)