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
|
## Quick start
|
||||||
|
|
||||||
```
|
Execute the script below to start a MaxKB container using Docker:
|
||||||
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
|
|
||||||
|
|
||||||
# username: admin
|
```bash
|
||||||
# pass: MaxKB@123..
|
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
|
## Screenshots
|
||||||
|
|
||||||
<table style="border-collapse: collapse; border: 1px solid black;">
|
<table style="border-collapse: collapse; border: 1px solid black;">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user