Update README.md

This commit is contained in:
bertybuttface 2023-01-28 13:12:23 +00:00 committed by GitHub
parent 5f9547a556
commit cc90834741
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,13 @@ Ensure your OpenAI account uses Google and set `OPENAI_LOGIN_TYPE` to `google`.
## with Docker
This is the recommended way to run this project.
This is the recommended way to run this project. It will use the latest stable release.
```
docker run -it -v storage:/storage --env-file=./.env --name matrix-chatgpt-bot ghcr.io/matrixgpt/matrix-chatgpt-bot:latest
```
or to build locally from the latest unstable release (only do this if you have a good reason):
```
docker build . -t matrix-chatgpt-bot