From a99d4f9c65eedfaf292b620af909d8701a8d8b24 Mon Sep 17 00:00:00 2001 From: Sage Date: Sat, 11 Mar 2023 23:15:47 +0100 Subject: [PATCH] [ci-skip] Add Docker Hub mention --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35f5b99..c66f295 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # PhpMyDocker -PhpMyDocker is a simple docker compose project which automatically downloads phpmyadmin, starts a MariaDB server and hosts a nginx for you to connect. I made this project because i had the problem with hosting phpmyadmin on my MacBook. With this you just have to run a bash script and start the compose file! +PhpMyDocker is a simple docker compose project which automatically downloads phpmyadmin, starts a MariaDB server and hosts a nginx for you to connect. I made this project because i had the problem with hosting phpmyadmin on my MacBook. With this you just have to run a bash script and start the compose file! Feel free to visit the Docker Hub page here: https://hub.docker.com/r/sagesphinx63920/phpmydocker-fpm --- ## Setup