- Nginx 1.13
- MySQL 5.7
- PHP 7.0 - fpm
Start containers:
$ docker-compose up -d
or
$ docker-compose up
Stop containers:
$ docker-compose down -v
*Flag -v
deletes docker volumes. *
- Port: 80
- Port: 9000
- Host: localhost
- Port: 3306
- Username: root
- Password: root
- Database: web
- Port: 8080
- Username: root
- Password: root