Update README
This commit is contained in:
@@ -71,7 +71,7 @@ This project use the following ports :
|
|||||||
|
|
||||||
| Server | Port |
|
| Server | Port |
|
||||||
|-----------|------|
|
|-----------|------|
|
||||||
| MySQL | 3306 |
|
| MySQL | 8989 |
|
||||||
| Nginx | 8000 |
|
| Nginx | 8000 |
|
||||||
| Nginx SSL | 3000 |
|
| Nginx SSL | 3000 |
|
||||||
|
|
||||||
@@ -102,6 +102,7 @@ cd docker-nginx-php-mysql
|
|||||||
│ └── clean.sh
|
│ └── clean.sh
|
||||||
├── data
|
├── data
|
||||||
│ └── db
|
│ └── db
|
||||||
|
│ ├── dumps
|
||||||
│ └── mysql
|
│ └── mysql
|
||||||
├── docker-compose.yml
|
├── docker-compose.yml
|
||||||
├── etc
|
├── etc
|
||||||
@@ -194,6 +195,7 @@ When developing, you can use [Makefile](https://en.wikipedia.org/wiki/Make_(soft
|
|||||||
| docker-start | Create and start containers |
|
| docker-start | Create and start containers |
|
||||||
| docker-stop | Stop all services |
|
| docker-stop | Stop all services |
|
||||||
| gen-certs | Generate SSL certificates for `nginx` |
|
| gen-certs | Generate SSL certificates for `nginx` |
|
||||||
|
| logs | Follow log output |
|
||||||
| mysql-dump | Create backup of whole database |
|
| mysql-dump | Create backup of whole database |
|
||||||
| mysql-restore | Restore backup from whole database |
|
| mysql-restore | Restore backup from whole database |
|
||||||
| test | Test application with phpunit |
|
| test | Test application with phpunit |
|
||||||
|
|||||||
Reference in New Issue
Block a user