dev: clean and 404
This commit is contained in:
parent
7b0baf20fb
commit
7423c30a36
10 changed files with 145 additions and 64 deletions
|
|
@ -18,6 +18,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)\" ]" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue