Updated example in documentation to include port 443.
This commit is contained in:
parent
094a7642f1
commit
d3787de3ef
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ See [Automated Nginx Reverse Proxy for Docker][2] for why you might want to use
|
|||
|
||||
To run it:
|
||||
|
||||
$ docker run -d -p 80:80 -v /var/run/docker.sock:/tmp/docker.sock -t jwilder/nginx-proxy
|
||||
$ docker run -d -p 80:80 -p 443:443 -v /var/run/docker.sock:/tmp/docker.sock -t jwilder/nginx-proxy
|
||||
|
||||
Then start any containers you want proxied with an env var VIRTUAL_HOST=subdomain.youdomain.com
|
||||
|
||||
|
|
Loading…
Reference in a new issue