Fixhancement: follow redirects in curl health check (#10415)

This commit is contained in:
V0idC0de 2025-07-20 15:31:49 +02:00 committed by GitHub
parent f8689c4819
commit 4b8f6ed643
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -265,4 +265,4 @@ ENTRYPOINT ["/init"]
EXPOSE 8000 EXPOSE 8000
HEALTHCHECK --interval=30s --timeout=10s --retries=5 CMD [ "curl", "-fs", "-S", "--max-time", "2", "http://localhost:8000" ] HEALTHCHECK --interval=30s --timeout=10s --retries=5 CMD [ "curl", "-fs", "-S", "-L", "--max-time", "2", "http://localhost:8000" ]