mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-28 05:35:00 +00:00
fix: increase HEALTHCHECK timeout window
This commit is contained in:
parent
c088b18c4f
commit
071ef60727
2 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ COPY . .
|
|||
RUN make build
|
||||
|
||||
# Define the health check command
|
||||
HEALTHCHECK --interval=30s --timeout=360s --retries=10 \
|
||||
HEALTHCHECK --interval=1m --timeout=10m --retries=10 \
|
||||
CMD curl -f $HEALTHCHECK_ENDPOINT || exit 1
|
||||
|
||||
EXPOSE 8080
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue