Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 335 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 335 Bytes

visit-counter

Simple docker app for demonstrating docker compose with restart policy

Counts the number of website visits

To run -

  dockor-compose up --build / docker-compose up with "-d" to enable typing commands

To stop -

  docker-compose down

Listening Port -

  4000(localhost)