autoconf - increase start period of docker healthcheck

This commit is contained in:
Florian Pitance 2024-05-12 23:20:06 +02:00 committed by GitHub
parent 04ee565026
commit 9fdc062d55
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -74,6 +74,6 @@ WORKDIR /usr/share/bunkerweb/autoconf
USER autoconf:autoconf
HEALTHCHECK --interval=10s --timeout=10s --start-period=30s --retries=6 CMD /usr/share/bunkerweb/helpers/healthcheck-autoconf.sh
HEALTHCHECK --interval=10s --timeout=10s --start-period=60s --retries=6 CMD /usr/share/bunkerweb/helpers/healthcheck-autoconf.sh
CMD [ "python3", "main.py" ]