mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-07-09 03:04:19 -04:00
fix: silence health checks (#2398)
This commit is contained in:
parent
6c512ee0dc
commit
a018d6828e
@ -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…
x
Reference in New Issue
Block a user