Skip to content

Commit 486fd12

Browse files
committed
doc: Making git clone in Docker instructions more accessible
1 parent b821068 commit 486fd12

File tree

1 file changed

+1
-1
lines changed
  • docs/docs.trychroma.com/markdoc/content/production/containers

1 file changed

+1
-1
lines changed

docs/docs.trychroma.com/markdoc/content/production/containers/docker.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ docker run -p 8000:8000 chromadb/chroma
3939
You can also build the Docker image yourself from the Dockerfile in the [Chroma GitHub repository](https://github.com/chroma-core/chroma)
4040

4141
```terminal
42-
git clone git@github.com:chroma-core/chroma.git
42+
git clone https://github.com/chroma-core/chroma.git
4343
cd chroma
4444
docker-compose up -d --build
4545
```

0 commit comments

Comments
 (0)