Can I add implicit wait in docker-compose.yml rather than copying wait-for-it.sh or any other script to my image?
Hey you can use healthcheck parameter to check and wait for service to up
please read below link
1 Like