映射temp到服务器

This commit is contained in:
litianxiang
2026-02-06 17:24:43 +08:00
parent 3c15a3ff68
commit cf30226a51

View File

@@ -99,7 +99,7 @@ jobs:
volumes: volumes:
# 数据挂载 # 数据挂载
- ./log:/log - ./log:/log
- ./temp:/tmp - ./temp:/temp
ports: ports:
- '10090:5567' - '10090:5567'
restart: always restart: always