mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
Update README.md
This commit is contained in:
parent
c6df5de79f
commit
f4eb01f58d
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue