2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2025-02-10 07:58:52 +00:00

Update README.md

Former-commit-id: f4eb01f58de3ebdebe5b72507ee808a4ccd37aa4
This commit is contained in:
vishalseshagiri 2017-07-25 09:32:59 +05:30 committed by GitHub
parent 757e20272e
commit 23a2b51a5f

View File

@ -53,9 +53,9 @@ depends_on:
```
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 frappe.
1. docker-compose up will start services in dependency order. In the following example, mariadb and redis will be started before frappe.
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.
2. docker-compose up SERVICE will automatically include SERVICEs dependencies. In the following example, docker-compose up docker_frappe will also create and start mariadb and redis.
### Installation