mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
docs: Update README.md (#2207)
This commit is contained in:
parent
0e68f4a852
commit
50f2c9629d
12
README.md
12
README.md
|
|
@ -20,13 +20,17 @@ MaxKB = Max Knowledge Base, it is a chatbot based on Large Language Models (LLM)
|
|||
|
||||
## Quick start
|
||||
|
||||
```
|
||||
docker run -d --name=maxkb --restart=always -p 8080:8080 -v ~/.maxkb:/var/lib/postgresql/data -v ~/.python-packages:/opt/maxkb/app/sandbox/python-packages cr2.fit2cloud.com/1panel/maxkb
|
||||
Execute the script below to start a MaxKB container using Docker:
|
||||
|
||||
# username: admin
|
||||
# pass: MaxKB@123..
|
||||
```bash
|
||||
docker run -d --name=maxkb --restart=always -p 8080:8080 -v ~/.maxkb:/var/lib/postgresql/data -v ~/.python-packages:/opt/maxkb/app/sandbox/python-packages 1panel/maxkb
|
||||
```
|
||||
|
||||
Access MaxKB web interface at `http://your_server_ip:8080` with default admin credentials:
|
||||
|
||||
- username: admin
|
||||
- password: MaxKB@123..
|
||||
|
||||
## Screenshots
|
||||
|
||||
<table style="border-collapse: collapse; border: 1px solid black;">
|
||||
|
|
|
|||
Loading…
Reference in New Issue