Update docker-compose.yml

This commit is contained in:
zchengrong
2024-01-28 12:25:02 +08:00
committed by GitHub
parent 4f68fbcff1
commit c74c7376cc

View File

@@ -5,6 +5,6 @@ services:
build: . build: .
volumes: volumes:
# 数据挂载 # 数据挂载
- ./logs:/logs - ./logs:/log
ports: ports:
- "10010:5567" - "10010:5567"