From 80b29c41074bec91bbf29d7ac47dc505e00e7d67 Mon Sep 17 00:00:00 2001 From: Vincent Letourneau Date: Fri, 4 Aug 2017 10:52:06 +0200 Subject: [PATCH] Update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3549214..3822c87 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ sudo apt install build-essential * [Nginx](https://hub.docker.com/_/nginx/) * [MySQL](https://hub.docker.com/_/mysql/) * [PHP-FPM](https://hub.docker.com/r/nanoninja/php-fpm/) -* [Composer](https://hub.docker.com/r/composer/composer/) +* [Composer](https://hub.docker.com/_/composer/) * [PHPMyAdmin](https://hub.docker.com/r/phpmyadmin/phpmyadmin/) * [Generate Certificate](https://hub.docker.com/r/jacoelho/generate-certificate/) @@ -92,7 +92,7 @@ To install [Git](http://git-scm.com/book/en/v2/Getting-Started-Installing-Git), git clone https://github.com/nanoninja/docker-nginx-php-mysql.git ``` -Go to the project directory : +Go to the project directory : ```sh cd docker-nginx-php-mysql @@ -200,7 +200,7 @@ If you use another IDE than PHPStorm or Netbeans, go to the [remote debugging](h * [http://localhost:8000](http://localhost:8000/) * [https://localhost:3000](https://localhost:3000/) ([HTTPS](#configure-nginx-with-ssl-certificates) not configured by default) - * [http://localhost:8080](http://localhost:8080/) (username: dev, password: dev) + * [http://localhost:8080](http://localhost:8080/) PHPMyAdmin (username: dev, password: dev) 4. Stop and clear services