Update docker-compose.yml

This commit is contained in:
zchengrong
2024-01-28 12:19:36 +08:00
committed by GitHub
parent e539a931f9
commit 4f68fbcff1

View File

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