Skip to content

Commit

Permalink
update Docker link
Browse files Browse the repository at this point in the history
  • Loading branch information
woodthom2 committed Jan 23, 2024
1 parent f46acdd commit a94c6cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,14 +112,14 @@ blocks:
subheading: We've released Harmony as a Docker container on [Dockerhub](https://hub.docker.com/), running a REST API using FastAPI.
links:
- text: Dockerhub
url: https://hub.docker.com/r/harmonydata/harmonywithtika
url: https://hub.docker.com/r/harmonydata/harmonyapi
- text: REST API
url: http://github.com/harmonydata/harmonyapi
- text: REST API Documentation (PDF/Swagger)
url: https://raw.githubusercontent.com/harmonydata/harmonyapi/main/docs/API_reference.pdf
code: |
```vshell
docker pull harmonydata/harmonywithtika
docker pull harmonydata/harmonyapi
docker run -p 8000:8000 -p 3000:3000 harmonydata/harmonywithtika
```
Expand Down

0 comments on commit a94c6cd

Please sign in to comment.