You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Dockerfile syntax deprecates `ENV key value` in favour of
`ENV key=value`.
2. Adjust health-check script to deal with two problems:
a. An issue where `MYSQL_ROOT_PASSWORD` does not result in a root
password being set on a newly-initialised database.
See [docker-mariadb issue 163](linuxserver/docker-mariadb#163)
b. Steady deprecation of `mysqladmin` in favour of `mariadb-admin`.
Signed-off-by: Phill Kelley <[email protected]>
0 commit comments