fix: dependencies between dockers

This commit is contained in:
mcolonna 2025-06-13 21:21:36 +02:00
parent f5c5b31fbd
commit 961b90c4d6
5 changed files with 10 additions and 4 deletions

View file

@ -20,3 +20,5 @@ EXPOSE 3306
# start
CMD ["/run.sh"]
#CMD ["ls", "-AlF", "/"]
HEALTHCHECK --interval=1s --timeout=10s --start-period=600s --retries=1 CMD [ "sh", "-c", "! [ -z \"$(netstat -tuln | grep :3306)\" ]" ]