|
1 | 1 | # php-docker-env
|
2 | 2 | Setup nginx, mysql, memcached & php env by docker
|
3 | 3 |
|
| 4 | +- [Containers version]($container-version) |
4 | 5 | - [How to use](#how-to-use)
|
5 | 6 | - [License](#license)
|
6 | 7 |
|
| 8 | +Containers version |
| 9 | +------------------ |
| 10 | +1. php 7.1 |
| 11 | +2. nginx latest version |
| 12 | +3. mysql 5.7.23 |
7 | 13 |
|
8 | 14 | How to use
|
9 | 15 | ----------
|
10 | 16 | 1. Download this repo into your local machine
|
11 | 17 | ``` bash
|
12 | 18 | $ git clone git@github.com:moitran/php-docker-env.git
|
13 | 19 | ```
|
14 | | -2. Run script to build & start all container by this command (*If you already installed mysql in your local machine & it is using port 3306, please stop it before run this command*) |
| 20 | +2. Run script to build & start all containers by this command (*If you already installed mysql in your local machine & it is using port 3306, please stop it before run this command*) |
15 | 21 | ```
|
16 | 22 | $ ./bin/run.sh
|
17 | 23 | ```
|
|
0 commit comments