mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
feat(cli): Add CLI flag for health-check (#1366)
This commit is contained in:
parent
340ec841fe
commit
6acfb580dc
7 changed files with 37 additions and 6 deletions
|
@ -9,3 +9,5 @@ WORKDIR /
|
|||
EXPOSE 9000
|
||||
|
||||
ENTRYPOINT ["/portainer"]
|
||||
|
||||
HEALTHCHECK --start-period=10ms --interval=30s --timeout=5s --retries=3 CMD ["/portainer", "-c"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue