Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove healthcheck in docker run command #249

Closed
wants to merge 1 commit into from

Conversation

zll600
Copy link
Contributor

@zll600 zll600 commented Dec 5, 2023

We have already added healthcheck in Dockerfile, so there is no need to add command line parameters in docker run.

Copy link

github-actions bot commented Dec 5, 2023

No broken links found.

@zll600 zll600 closed this Dec 5, 2023
@zll600 zll600 reopened this Dec 5, 2023
@zll600 zll600 closed this Dec 5, 2023
@zll600 zll600 deleted the remove_healthcheck_in_docker_run branch December 5, 2023 08:27
@zll600 zll600 restored the remove_healthcheck_in_docker_run branch December 5, 2023 08:29
@zll600 zll600 reopened this Dec 5, 2023
Copy link
Contributor

@d-bytebase d-bytebase left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The ports are different: HEALTHCHECK --interval=5m --timeout=60s CMD curl -f http://localhost:80/healthz || exit 1

@zll600 zll600 closed this Dec 5, 2023
@h3n4l
Copy link
Member

h3n4l commented Dec 5, 2023

BTW,set the health check in docker run command is more flexible

@tianzhou tianzhou deleted the remove_healthcheck_in_docker_run branch May 16, 2024 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants