mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
Use a greater healthcheck timer
This commit is contained in:
parent
0dd3a6190e
commit
3e39ef1705
@ -25,5 +25,5 @@ COPY --from=builder /app /app
|
|||||||
|
|
||||||
WORKDIR /kyoo
|
WORKDIR /kyoo
|
||||||
EXPOSE 5000
|
EXPOSE 5000
|
||||||
HEALTHCHECK --interval=5s CMD curl --fail http://localhost:5000/health || exit
|
HEALTHCHECK --interval=30s CMD curl --fail http://localhost:5000/health || exit
|
||||||
CMD /app/Kyoo.Host
|
CMD /app/Kyoo.Host
|
||||||
|
Loading…
x
Reference in New Issue
Block a user