- INSTALL docker & docker-compose
- RUN
docker-compose up -d
in this directory.
- Open a web browser on any device and go to https://yggfinance.loca.lt
- RUN
docker-compose logs -f
in this directory. - You can stop monitoring by using Ctrl+C or closing the console window
- RUN
docker-compose down
in this directory.