mirror of https://github.com/Lissy93/dashy.git
Update healthcheck to 5s timeout
This commit is contained in:
parent
4a5024ce26
commit
37f0a669fd
|
@ -50,4 +50,4 @@ CMD [ "yarn", "start" ]
|
|||
EXPOSE ${PORT}
|
||||
|
||||
# Run simple healthchecks every 5 mins, to check that everythings still great
|
||||
HEALTHCHECK --interval=5m --timeout=2s --start-period=30s CMD yarn health-check
|
||||
HEALTHCHECK --interval=5m --timeout=5s --start-period=30s CMD yarn health-check
|
||||
|
|
Loading…
Reference in New Issue