Add docker-compose environment initialization command
Signed-off-by: Sonmez Kartal <sonmez@koding.com>
This commit is contained in:
parent
132e3f5471
commit
e805253d4e
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ executing commands in the following snippet.
|
|||
```bash
|
||||
git clone https://github.com/koding/koding.git
|
||||
cd koding
|
||||
docker-compose -f docker-compose-init.yml run init
|
||||
docker-compose up
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue