Skip to content

Commit

Permalink
disable healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
billryan committed Jul 1, 2019
1 parent afa21c7 commit cbe04e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ ENV KAFKA_OPTS="-XX:InitialRAMPercentage=40.0 -XX:MaxRAMPercentage=70.0" KAFKA_H

EXPOSE 8083

HEALTHCHECK --start-period=60s --retries=6

ENTRYPOINT ["/sbin/tini", "--"]

CMD sed -i "s/BOOTSTRAP_SERVERS/$BOOTSTRAP_SERVERS/g" config/connect-distributed.properties && bin/connect-distributed.sh config/connect-distributed.properties

0 comments on commit cbe04e8

Please sign in to comment.