Fix bad healthchecks
This commit is contained in:
parent
15c9a9352c
commit
c3e4ae21a6
1 changed files with 1 additions and 1 deletions
|
|
@ -55,5 +55,5 @@ COPY start.sh /sync/start.sh
|
|||
ENV PATH="/sync:${PATH}"
|
||||
RUN chmod +x /sync/sync /etc/service/*/run
|
||||
CMD ["start.sh"]
|
||||
HEALTHCHECK --start-period=30s CMD /usr/local/bin/healthcheck.sh
|
||||
HEALTHCHECK --start-period=30s CMD /usr/local/bin/healthcheck.sh --connect
|
||||
RUN ln -s /sync/vendor/bin/wait-for-mysql /usr/local/bin/wait-for-database
|
||||
Loading…
Reference in a new issue