mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
build: 分开镜像
This commit is contained in:
parent
d27bef2a38
commit
2228675443
|
|
@ -24,7 +24,7 @@ docker run -d --name=maxkb -p 8080:8080 1panel/maxkb
|
|||
- 在主机系统上创建一个存储数据的目录,例如:/opt/maxkb/data
|
||||
- 在主机系统上创建一个存储配置文件的目录,例如:/opt/maxkb/conf
|
||||
```
|
||||
docker run --name=maxkb -p 8080:8000 -v /opt/maxkb/data:/var/lib/postgresql/data -v /opt/maxkb/conf:/opt/maxkb/conf -d ghcr.io/1panel-dev/maxkb
|
||||
docker run --name=maxkb -p 8080:8000 -v /opt/maxkb/data:/var/lib/postgresql/data -v /opt/maxkb/conf:/opt/maxkb/conf -d 1panel/maxkb
|
||||
```
|
||||
也可以通过 [1Panel 应用商店](https://apps.fit2cloud.com/1panel) 快速部署 MaxKB + Ollama(Llama 2),30 分钟内即可上线基于本地大模型的知识库问答系统。
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue