fix: silence health checks (#2398)
This commit is contained in:
parent
6c512ee0dc
commit
a018d6828e
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ EXPOSE 5000
|
|||
|
||||
WORKDIR /kavita
|
||||
|
||||
HEALTHCHECK --interval=30s --timeout=15s --start-period=30s --retries=3 CMD curl --fail http://localhost:5000/api/health || exit 1
|
||||
HEALTHCHECK --interval=30s --timeout=15s --start-period=30s --retries=3 CMD curl -fsS http://localhost:5000/api/health || exit 1
|
||||
|
||||
ENV DOTNET_RUNNING_IN_CONTAINER=true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue