mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2025-03-15 09:50:20 +08:00
change interval to 15 minutes
This commit is contained in:
parent
dd251174e4
commit
c27c1961ba
@ -35,5 +35,5 @@ RUN ./test.sh
|
|||||||
FROM base
|
FROM base
|
||||||
|
|
||||||
EXPOSE 8191
|
EXPOSE 8191
|
||||||
HEALTHCHECK --interval=60s --timeout=30s --start-period=5s --retries=3 CMD [ "curl", "http://localhost:8191/health" ]
|
HEALTHCHECK --interval=15m --timeout=30s --start-period=5s --retries=3 CMD [ "curl", "http://localhost:8191/health" ]
|
||||||
CMD ["./cmd.sh"]
|
CMD ["./cmd.sh"]
|
Loading…
x
Reference in New Issue
Block a user