QChatGPT/docker-compose.yaml

10 lines
201 B
YAML
Raw Normal View History

2023-09-12 20:50:49 +08:00
version: "3"
services:
qchatgpt:
image: rockchin/qchatgpt:latest
volumes:
2024-02-08 13:40:25 +08:00
- ./data:/app/data
- ./plugins:/app/plugins
restart: on-failure
2023-09-12 20:50:49 +08:00
# 根据具体环境配置网络