mirror of
https://github.com/healthchecks/healthchecks.git
synced 2025-04-08 06:30:05 +00:00
Increase the interval of Docker HEALTHCHECK instruction to 60s
cc: #1071
This commit is contained in:
parent
0bf73bf743
commit
5b689d9f87
1 changed files with 1 additions and 1 deletions
|
@ -45,5 +45,5 @@ RUN mkdir /data && chown hc /data
|
|||
USER hc
|
||||
|
||||
ENV USE_GZIP_MIDDLEWARE=True
|
||||
HEALTHCHECK --interval=10s --start-period=10s --retries=1 CMD ./fetchstatus.py
|
||||
HEALTHCHECK --interval=60s --start-period=10s --retries=1 CMD ./fetchstatus.py
|
||||
CMD [ "uwsgi", "/opt/healthchecks/docker/uwsgi.ini"]
|
||||
|
|
Loading…
Add table
Reference in a new issue