Skip to content

Commit 44e17e2

Browse files
committed
Fix broken docker-compose documentation
1 parent e5c3afa commit 44e17e2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/getting-started/deploying-feast/docker-compose.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,12 @@ This guide will bring Feast up using Docker Compose. This will allow you to:
1717

1818
## 1. Set up environment
1919

20-
Clone the [Feast repository](https://github.com/gojek/feast/) and navigate to the `infra/docker-compose` sub-directory:
20+
Clone the latest stable version of the [Feast repository](https://github.com/gojek/feast/) and navigate to the `infra/docker-compose` sub-directory:
21+
22+
```
23+
git clone --depth 1 --branch v0.6.2 https://github.com/feast-dev/feast.git
24+
cd feast/infra/docker-compose
25+
```
2126

2227
Make a copy of the `.env.sample` file:
2328

0 commit comments

Comments
 (0)