You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 30, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: docs/docker-compose.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# Compose
2
-
Scale up and down the nodes by using [docker-compose](https://docs.docker.com/compose/). Install the tooling by following that link and make sure you have latest stable versions of both tools, docker and docker-compose:
2
+
Scale up and down the nodes by using [docker-compose](https://docs.docker.com/compose/).
3
+
Install the tooling by following that link and make sure you have latest stable versions of both tools.
4
+
5
+
## Requisites
6
+
Docker and docker-compose:
3
7
4
8
docker --version #=> 1.11.2
5
9
docker-compose --version #=> 1.7.1
@@ -12,7 +16,8 @@ Either clone this repository or download the file [docker-compose.yml](../docker
12
16
### Run
13
17
Either start with `docker-compose ... scale` as shown in below example or you can also use `docker-compose up` and scale after in a second command.
0 commit comments