Start an nginx server that can used as proxy for other nginx containers
Just make sure that the other nginx containers are up and running. Do not specify a port in those containers since they will be proxied by this container.
Also replace the contents in []
with the right information
Issue the command below.
git clone https://github.com/mistaguy/docker-nginx.git
cd docker-nginx
docker-compose up -d
This software is licensed under the MIT license.
© 2018 Mistaguy