mirror of
https://github.com/thib8956/nginx-proxy
synced 2024-11-22 03:46:29 +00:00
Update README.md
Fix typo
This commit is contained in:
parent
b71c45abc0
commit
1699879271
@ -8,7 +8,7 @@ To run it:
|
||||
|
||||
$ docker run -d -p 80:80 -v /var/run/docker.sock:/tmp/docker.sock jwilder/nginx-proxy
|
||||
|
||||
Then start any containers you want proxied with an env var `IRTUAL_HOST=subdomain.youdomain.com`
|
||||
Then start any containers you want proxied with an env var `VIRTUAL_HOST=subdomain.youdomain.com`
|
||||
|
||||
$ docker run -e VIRTUAL_HOST=foo.bar.com ...
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user