mirror of
https://github.com/RockChinQ/QChatGPT.git
synced 2024-11-16 03:32:33 +08:00
10 lines
201 B
YAML
10 lines
201 B
YAML
version: "3"
|
|
|
|
services:
|
|
qchatgpt:
|
|
image: rockchin/qchatgpt:latest
|
|
volumes:
|
|
- ./data:/app/data
|
|
- ./plugins:/app/plugins
|
|
restart: on-failure
|
|
# 根据具体环境配置网络 |