Docker compose | nginx on warmachine
Just build the compose and run it!
docker-compose build ; docker-compose up
This nginx image is set to bind the following server name, in both HTTP and HTTPS protocols: warmachine.localhost.br
In order to access it you should do the 3 following steps:
- Add the following line to your hosts file:
127.0.0.1 warmachine.localhost.br - Type
https://warmachine.localhost.br/into your browser - Accept the self signed certificate.