mirror of
https://github.com/healthchecks/healthchecks.git
synced 2025-04-08 14:40:05 +00:00
Remove --start-period argument in Dockerfile
I don't think it has any effect if it is lower than --interval
This commit is contained in:
parent
5b689d9f87
commit
7225165f9e
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=60s --start-period=10s --retries=1 CMD ./fetchstatus.py
|
||||
HEALTHCHECK --interval=60s --retries=1 CMD ./fetchstatus.py
|
||||
CMD [ "uwsgi", "/opt/healthchecks/docker/uwsgi.ini"]
|
||||
|
|
Loading…
Add table
Reference in a new issue