From 23a2b51a5f6f6b4125821014ddfdba217f10c12c Mon Sep 17 00:00:00 2001 From: vishalseshagiri Date: Tue, 25 Jul 2017 09:32:59 +0530 Subject: [PATCH] Update README.md Former-commit-id: f4eb01f58de3ebdebe5b72507ee808a4ccd37aa4 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 90b086aa..8ad9dc0e 100644 --- a/README.md +++ b/README.md @@ -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 SERVICE’s 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 SERVICE’s dependencies. In the following example, docker-compose up docker_frappe will also create and start mariadb and redis. ### Installation