Increas start-period as first run might take a long time

This commit is contained in:
Benjamin Brummer
2025-09-28 10:39:15 +02:00
parent d728221b0b
commit f22c7b4f59

2
debian/Dockerfile vendored
View File

@@ -92,7 +92,7 @@ COPY --chmod=0755 scripts/init.sh /usr/local/bin/init.sh
USER ${user}
HEALTHCHECK --start-period=10s CMD curl -f http://localhost/health
HEALTHCHECK --start-period=100s CMD curl -f http://localhost/health
ENTRYPOINT ["/usr/local/bin/init.sh"]