Skip to content

Commit 6eccefc

Browse files
committed
update docker compose
1 parent a24a795 commit 6eccefc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
environment:
1919
- TZ:Asia/Shanghai # 设置中国时区
2020
volumes:
21-
# - ./gpt_server:/gpt_server/gpt_server # 将最新代码直接映射到容器中,以运行最新的代码
21+
- ./gpt_server:/gpt_server/gpt_server # 将最新代码以及配置直接映射到容器中,以运行最新的代码
2222
- /home/dev/model/:/home/dev/model/ # 映射模型路径
2323
deploy:
2424
resources:

0 commit comments

Comments
 (0)