Test Case with Nginx Reverse Proxy Get Started $ docker-compose up -d Add Domains in your Host $ echo '127.0.0.1 domain-nginx.com' >> /etc/hosts $ echo '127.0.0.1 domain-apache.com' >> /etc/hosts Test Open containers logs with terminator Access in your browser domain-nginx.com Access in your browser domain-apache.com