Docs: Correct the URLs that document the available images for MySQL and MariaDB for the local development environment.

Merges [57678] to the 6.4 branch.

See #59930.

git-svn-id: https://develop.svn.wordpress.org/branches/6.4@57863 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers 2024-03-21 19:06:33 +00:00
parent a38890fa99
commit 02fb53498f

4
.env
View File

@ -48,8 +48,8 @@ LOCAL_DB_TYPE=mysql
#
# Defaults to 8.0 with the assumption that LOCAL_DB_TYPE is set to `mysql` above.
#
# When using `mysql`, see https://hub.docker.com/r/amd64/mysql for valid versions.
# When using `mariadb`, see https://hub.docker.com/r/amd64/mariadb for valid versions.
# When using `mysql`, see https://hub.docker.com/_/mysql for valid versions.
# When using `mariadb`, see https://hub.docker.com/_/mariadb for valid versions.
##
LOCAL_DB_VERSION=8.0