Update README.md

Former-commit-id: 8ec1b109816baace61b9b7df6ff52dbba3411531
This commit is contained in:
vishalseshagiri 2017-07-24 18:35:01 +05:30 committed by GitHub
parent cc105c5959
commit 260ef491de

View File

@ -53,9 +53,9 @@ depends_on:
``` ```
Express dependency between services, which has two effects: Express dependency between services, which has two effects:
1. docker-compose up will start services in dependency order. In the following example, db and redis will be started before web. 1. docker-compose up will start services in dependency order. In the following example, db and redis will be started before frappe.
2. docker-compose up SERVICE will automatically include SERVICEs dependencies. In the following example, docker-compose up web will also create and start db and redis. 2. docker-compose up SERVICE will automatically include SERVICEs dependencies. In the following example, docker-compose up frappe will also create and start db and redis.
### Installation ### Installation
@ -160,17 +160,6 @@ The default username is "Administrator" and password is what you set when you cr
Feel free to contribute to this project and make the container better Feel free to contribute to this project and make the container better
## Authors
* **Vishal Seshagiri**
See also the list of [contributors](https://github.com/your/project/contributors) who participated in this project.
## License ## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
## Acknowledgments
* Hat tip to anyone who's code was used - [Pratik Vyas](https://github.com/pdvyas)
* Inspiration - [Rushabh Mehta](https://github.com/rmehta)