We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
It echos an error "services.api.healthcheck.retries must be a number" when running "docker-compose up -d" like below:
➜ api-docker git:(master) ✗ sudo docker-compose up -d services.api.healthcheck.retries must be a number
The reason is the "retries" in docker-compose.yml is "3", not a number.
I have attched a pull request to fix it. Please approve it.
The text was updated successfully, but these errors were encountered:
My OS is ubuntu 20.04 desktop version. My docker is version 23.0.1, build a5ee5b1
Sorry, something went wrong.
No branches or pull requests
It echos an error "services.api.healthcheck.retries must be a number" when running "docker-compose up -d" like below:
➜ api-docker git:(master) ✗ sudo docker-compose up -d services.api.healthcheck.retries must be a number
The reason is the "retries" in docker-compose.yml is "3", not a number.
I have attched a pull request to fix it. Please approve it.
The text was updated successfully, but these errors were encountered: