-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` | ||
|