From 83b0394b4e5d723c1711cd8044a750976926e2a4 Mon Sep 17 00:00:00 2001 From: Prem Tiwari Date: Mon, 7 Jun 2021 19:12:55 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c5dfae..7385270 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ docker-compose logs wordpress Open `http://mywp.test/` in your browser and follow the famous five-second WordPress install. ### PHPMyadmin -To access the PHPMyadmin visit: `http://mywp.test:8080` and use username as `root`. +To access the PHPMyadmin visit: `http://mywp.test:8080` and use username as `root` and password as blank. ### Login to container If you want to access the docker container with SSH, you can easily connect to docker by using the below docker command.