Skip to content

Commit

Permalink
Fix: Errors in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiadams committed Mar 15, 2024
1 parent 41b1415 commit 5d74b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ docker pull ghcr.io/scai-bio/index/backend:latest
After build/download you will be able to start the container and access the INDEX API per default on [localhost:8000](http://localhost:8000):

```bash
docker run -p 8000:80 ghcr.io/scai-bio/backend:latest
docker run -p 8000:80 ghcr.io/index/scai-bio/backend:latest
```
## Usage

Expand Down

0 comments on commit 5d74b15

Please sign in to comment.