Skip to content

Commit 02fb534

Browse files
committed
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
1 parent a38890f commit 02fb534

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ LOCAL_DB_TYPE=mysql
4848
#
4949
# Defaults to 8.0 with the assumption that LOCAL_DB_TYPE is set to `mysql` above.
5050
#
51-
# When using `mysql`, see https://hub.docker.com/r/amd64/mysql for valid versions.
52-
# When using `mariadb`, see https://hub.docker.com/r/amd64/mariadb for valid versions.
51+
# When using `mysql`, see https://hub.docker.com/_/mysql for valid versions.
52+
# When using `mariadb`, see https://hub.docker.com/_/mariadb for valid versions.
5353
##
5454
LOCAL_DB_VERSION=8.0
5555

0 commit comments

Comments
 (0)