Skip to content

Commit 3b9103d

Browse files
authored
Fix small missing \ to make it copy pasteable
A \ was missing so pasting resulted in premature and incomplete execution.
1 parent 1a6cc79 commit 3b9103d

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)