piler-docker/config
Phil fd8e5a81a5 compose: fix healthcheck of mariadb (#1)
ariadb 11.X removed the mysql command and is now using the mariadb command instead.

This PR changes the behavior of the healthcheck inside compose.yml accordingly.

The mysql command was a symlink beginning with 10.5 to mariadb command (see https://mariadb.com/kb/en/changes-and-improvements-in-mariadb-10-5/#binaries-named-mariadb-mysql-symlinked)

Without that PR the healthcheck of mysql/maridb is not gonna be healthy on versions 11.X.

PR from https://github.com/simatec/piler-docker/pull/20

Reviewed-on: #1
2024-09-26 20:10:22 +02:00
..
piler-default.yml compose: fix healthcheck of mariadb (#1) 2024-09-26 20:10:22 +02:00
piler-ssl.yml compose: fix healthcheck of mariadb (#1) 2024-09-26 20:10:22 +02:00