Skip to content

Commit

Permalink
docs: fix docker run instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
willyw0nka committed Oct 3, 2023
1 parent 69838a8 commit 247cd21
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 @@ -30,7 +30,7 @@ docker run -p 3000:3000 chatbot-ollama
Pull from ghcr:

```bash
docker run -e -p 3000:3000 ghcr.io/ivanfioravanti/chatbot-ollama:main
docker run -p 3000:3000 ghcr.io/ivanfioravanti/chatbot-ollama:main
```

## Running Locally
Expand Down

0 comments on commit 247cd21

Please sign in to comment.