diff --git a/.env b/.env index bc22991269538..b673e401c2eaf 100644 --- a/.env +++ b/.env @@ -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