fix: dependencies between dockers
This commit is contained in:
parent
f5c5b31fbd
commit
961b90c4d6
5 changed files with 10 additions and 4 deletions
|
|
@ -24,3 +24,5 @@ COPY /run.sh /run.sh
|
|||
|
||||
# start
|
||||
CMD ["/run.sh"]
|
||||
|
||||
HEALTHCHECK --interval=1s --timeout=10s --start-period=3600s --retries=1 CMD [ "sh", "-c", "! [ -z \"$(netstat -tuln | grep :9000)\" ]" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue