diff --git a/README.md b/README.md index 9987c7c..7683d64 100644 --- a/README.md +++ b/README.md @@ -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`