Skip to content

Commit

Permalink
increase healthcheck interval
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangut committed May 20, 2024
1 parent 0711d64 commit e1b72cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/fpm/Dockerfile.twig
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ COPY php-fpm-www.conf $PHP_FPM_CONF_DIR/zz-www.conf
COPY docker-healthcheck /usr/local/bin/docker-healthcheck
RUN chmod +x /usr/local/bin/docker-healthcheck

HEALTHCHECK --interval=10s --timeout=3s --start-period=5s --retries=3 CMD ["docker-healthcheck"]
HEALTHCHECK --interval=30s --timeout=3s --start-period=5s --retries=3 CMD ["docker-healthcheck"]
{% endblock %}

{% block command %}
Expand Down

0 comments on commit e1b72cb

Please sign in to comment.