Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
moitran committed Dec 18, 2018
1 parent 7f4abf7 commit 29f3106
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
# php-docker-env
Setup nginx, mysql, memcached & php env by docker

- [Containers version]($container-version)
- [How to use](#how-to-use)
- [License](#license)

Containers version
------------------
1. php 7.1
2. nginx latest version
3. mysql 5.7.23

How to use
----------
1. Download this repo into your local machine
``` bash
$ git clone [email protected]:moitran/php-docker-env.git
```
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*)
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*)
```
$ ./bin/run.sh
```
Expand Down

0 comments on commit 29f3106

Please sign in to comment.