UNCLASSIFIED

You need to sign in or sign up before continuing.
Commit 6bbf7388 authored by Mark Kenney's avatar Mark Kenney
Browse files

updated healthcheck timing

parent 56c67a49
...@@ -50,4 +50,4 @@ WORKDIR /opt/nifi/nifi-1.6.0 ...@@ -50,4 +50,4 @@ WORKDIR /opt/nifi/nifi-1.6.0
CMD ["../scripts/start.sh"] CMD ["../scripts/start.sh"]
# This Dockerfile health check is a requirement. Please add an appropriate health check for your container. # This Dockerfile health check is a requirement. Please add an appropriate health check for your container.
HEALTHCHECK --timeout=15s CMD /opt/nifi/nifi-1.6.0/bin/nifi.sh status HEALTHCHECK --timeout=30s CMD /opt/nifi/nifi-1.6.0/bin/nifi.sh status
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment