Skip to content

Commit

Permalink
Merge pull request #3 from willyw0nka/fix/docker-arguments
Browse files Browse the repository at this point in the history
docs: fix docker run instruction
  • Loading branch information
ivanfioravanti authored Oct 3, 2023
2 parents 69838a8 + 247cd21 commit 45eeea2
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 45eeea2

Please sign in to comment.