Merge branch 'staging' into dev

This commit is contained in:
florian 2024-05-14 03:36:56 +02:00
commit 13982f2917
No known key found for this signature in database
GPG key ID: 93EE47CC3D061500

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" ]