Commit 99eb1543 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'koding-docker-compose-init' into 'master'

Add docker-compose environment initialization command

## What does this MR do?

Updates a snippet for setting up koding docker-compose environment in the integration document.

See merge request !7091
parents 23147066 e805253d
......@@ -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
```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment