Skip to content

Commit 50f2c96

Browse files
authored
docs: Update README.md (#2207)
1 parent 0e68f4a commit 50f2c96

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,17 @@ MaxKB = Max Knowledge Base, it is a chatbot based on Large Language Models (LLM)
2020

2121
## Quick start
2222

23-
```
24-
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
23+
Execute the script below to start a MaxKB container using Docker:
2524

26-
# username: admin
27-
# pass: MaxKB@123..
25+
```bash
26+
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
2827
```
2928

29+
Access MaxKB web interface at `http://your_server_ip:8080` with default admin credentials:
30+
31+
- username: admin
32+
- password: MaxKB@123..
33+
3034
## Screenshots
3135

3236
<table style="border-collapse: collapse; border: 1px solid black;">

0 commit comments

Comments
 (0)