Skip to content
Snippets Groups Projects
Commit 4540d625 authored by Daniel Black's avatar Daniel Black
Browse files

healthcheck.sh add --no-connect option

There is an implicit --connect option in healthcheck
so that a normal use can be sure MariaDB is running
on a tcp socket.

There is a case in /docker-entrypoint-initdb.d where
its desirable to perform healthchecks for components
without a --connect. In this case, use --no-connect
in the healthcheck to avoid an implicit --connect test.
parent 70d5dbb8
Branches
Tags v1.4.0
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment