healthcheck THROUGH mitmproxy causes log spam.

This commit is contained in:
Greyscale 2024-04-15 14:05:35 +02:00
parent 3b9c1b8c54
commit d354ec32b1
No known key found for this signature in database
GPG key ID: 74BAFF55434DA4B2

View file

@ -41,4 +41,5 @@ RUN os=$(grep "^ID=" < /etc/os-release | cut -f2 -d'=') && \
# Add healthcheck
HEALTHCHECK --interval=30s --timeout=3s \
CMD curl -I -x http://localhost:8080 -k https://www.google.com || exit 1
#CMD curl -I -x http://localhost:8080 -k https://www.google.com || exit 1
CMD curl -i http://localhost:8081 || exit 1