Ensure healthchecks timeout

This commit is contained in:
Florent Daigniere
2024-10-05 18:59:29 +02:00
parent 5e7d4edc9d
commit 7aaf7ec17b
6 changed files with 6 additions and 5 deletions

View File

@@ -94,6 +94,6 @@ VOLUME /overrides
CMD /start.py
HEALTHCHECK CMD curl -f -L http://localhost/ping || exit 1
HEALTHCHECK CMD curl -m3 -f -L http://localhost/ping || exit 1
RUN echo $VERSION >> /version