Update README
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user