Skip to content

Commit 29f3106

Browse files
committed
Update README.md
1 parent 7f4abf7 commit 29f3106

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
11
# php-docker-env
22
Setup nginx, mysql, memcached & php env by docker
33

4+
- [Containers version]($container-version)
45
- [How to use](#how-to-use)
56
- [License](#license)
67

8+
Containers version
9+
------------------
10+
1. php 7.1
11+
2. nginx latest version
12+
3. mysql 5.7.23
713

814
How to use
915
----------
1016
1. Download this repo into your local machine
1117
``` bash
1218
$ git clone [email protected]:moitran/php-docker-env.git
1319
```
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*)
1521
```
1622
$ ./bin/run.sh
1723
```

0 commit comments

Comments
 (0)