You need to know about you'r containers health! (It's useful in production ๐)
It's for automatic healthcheck, when you'r containers up; script do few retrais in some secs or min interval
(YOU) Build images, play with settings shell script and run it:
docker-compose up
(โ ) Sometimes would be error with shell script and in console you would seen unexpected end of file
; If you don't want to see it, save shell script in LF
mode not CRLF
(๐ป) in VScode it would be here ๐
and you need to change param here ๐