Update README

This commit is contained in:
Vincent Letourneau
2017-08-04 10:52:06 +02:00
parent 851312215b
commit 80b29c4107

View File

@@ -67,7 +67,7 @@ sudo apt install build-essential
* [Nginx](https://hub.docker.com/_/nginx/) * [Nginx](https://hub.docker.com/_/nginx/)
* [MySQL](https://hub.docker.com/_/mysql/) * [MySQL](https://hub.docker.com/_/mysql/)
* [PHP-FPM](https://hub.docker.com/r/nanoninja/php-fpm/) * [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/) * [PHPMyAdmin](https://hub.docker.com/r/phpmyadmin/phpmyadmin/)
* [Generate Certificate](https://hub.docker.com/r/jacoelho/generate-certificate/) * [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 git clone https://github.com/nanoninja/docker-nginx-php-mysql.git
``` ```
Go to the project directory : Go to the project directory :
```sh ```sh
cd docker-nginx-php-mysql 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/) * [http://localhost:8000](http://localhost:8000/)
* [https://localhost:3000](https://localhost:3000/) ([HTTPS](#configure-nginx-with-ssl-certificates) not configured by default) * [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 4. Stop and clear services