Fixed Typo
This commit is contained in:
parent
270c2b97fc
commit
c85ba006e6
|
@ -27,7 +27,7 @@ is available on it.
|
|||
Run the container like this:
|
||||
`docker run --name auto_proxy -d -v /var/run/docker.sock:/var/run/docker.sock -p 80:80 docker_nginx_auto_proxy`
|
||||
|
||||
That means that the container exposes all Wep Apps on all IPs. Do **not** use the *ip* option from above on the target containers. The *PROXY_DATA* environment variables would be something like
|
||||
That means that the container exposes all Web Apps on all IPs. Do **not** use the *ip* option from above on the target containers. The *PROXY_DATA* environment variables would be something like
|
||||
|
||||
`PROXY_DATA=server_name:cooldomain.test.com,port:8080,location=/webApp`
|
||||
|
||||
|
|
Loading…
Reference in New Issue