适配0.1.3版本

This commit is contained in:
Clivia
2024-04-11 15:13:38 +08:00
committed by GitHub
parent c209e8c831
commit 1961e090f8

View File

@@ -7,7 +7,7 @@ services:
# 为该服务创建的容器的名称
container_name: gpt4-copilot-java
volumes:
- ./data/machineIdList.json:/machineIdList.json
- ./config/machineIdList.json:/machineIdList.json
- ./config/config.json:/config.json
ports:
- "8081:8080"