Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 347 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 347 Bytes

Docker workflow example with Nginx, Node.js and Redis:

To start the application, visit counter in your browser, you must execute the following instruction:

docker-compose up

And then, in your favorite browser, navigate to http://localhost and you'll see that the hit counter is working!