We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When starting the container and changing the WEB_HTTP_PORT environment, the container is unhealthy.
WEB_HTTP_PORT
The expected state of the container is healthy.
healthy
The status of the container is healthy: starting.
healthy: starting
Steps to reproduce the behavior:
$ docker run --rm --name fc \ -e "WEB_HTTP_PATH=/api" \ -e "WEB_HTTP_PORT=8080" \ -e "WEB_HTTP_CATALOG_PORT=8181" \ -e "WEB_HTTP_CATALOG_PATH=/api/catalog" \ fc:latest
# health: starting $ docker ps | grep edc-fc 0604fb2cf681 fc:latest "sh -c 'exec java $E…" 38 seconds ago Up 37 seconds (health: starting) 8182/tcp fc
Modify the HEALTHCHECK instruction of the Dockerfile.
HEALTHCHECK
The text was updated successfully, but these errors were encountered:
Thanks for your contribution 🔥 We will take a look asap 🚀
Sorry, something went wrong.
JinsYin
Successfully merging a pull request may close this issue.
Bug Report
When starting the container and changing the
WEB_HTTP_PORT
environment, the container is unhealthy.Expected Behavior
The expected state of the container is
healthy
.Observed Behavior
The status of the container is
healthy: starting
.Steps to Reproduce
Steps to reproduce the behavior:
Context Information
Possible Implementation
Modify the
HEALTHCHECK
instruction of the Dockerfile.The text was updated successfully, but these errors were encountered: