Fixed Typo

This commit is contained in:
Joachim Lusiardi 2016-03-25 16:56:57 +01:00
parent 270c2b97fc
commit c85ba006e6
1 changed files with 1 additions and 1 deletions

View File

@ -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`