Docs: Fix docker section (#138)

Co-authored-by: Suresh Srinivas <srini3005@gmail.com>
This commit is contained in:
Suresh Srinivas 2021-08-13 02:27:42 -07:00 committed by GitHub
parent d9392c8ffd
commit 16ce3d2d1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,8 +21,9 @@ description: >-
* Scheduler UI: 7777 * Scheduler UI: 7777
{% endhint %} {% endhint %}
```text ```bash
cd docker/metadata git clone https://github.com/open-metadata/OpenMetadata
cd OpenMetadata/docker/metadata
docker-compose up docker-compose up
``` ```