Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ilude committed May 9, 2024
1 parent a1388c6 commit d16d7f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ RUN mkdir /cache && \
mkdir -p /app/static/assets &&\
chown -R ${USER}:${USER} /app/static

HEALTHCHECK --interval=10s --timeout=3s --start-period=20s \
HEALTHCHECK --interval=10s --timeout=3s --start-period=40s \
CMD wget --no-verbose --tries=1 --spider --no-check-certificate http://localhost:$PORT/api/healthcheck || exit 1


Expand Down

0 comments on commit d16d7f6

Please sign in to comment.