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
The healthcheck statement in the docker compose example fails, because mysqladmin is not included in the official mariadb container.
https://mariadb.org/mariadb-server-docker-official-images-healthcheck-without-mysqladmin/
I think the new format should be
healthcheck: test: ['CMD', '/usr/local/bin/healthcheck.sh', '--innodb_initialized'] start_period: 5s timeout: 5s interval: 5s retries: 5
Source: MariaDB/mariadb-docker#512 (comment)
The text was updated successfully, but these errors were encountered:
The new format fixed the UNHEALTHY tag for me.
Sorry, something went wrong.
Could you open a PR to fix it then? Thanks.
No branches or pull requests
The healthcheck statement in the docker compose example fails, because mysqladmin is not included in the official mariadb container.
https://mariadb.org/mariadb-server-docker-official-images-healthcheck-without-mysqladmin/
I think the new format should be
Source: MariaDB/mariadb-docker#512 (comment)
The text was updated successfully, but these errors were encountered: