fix:修复fluentbit端口错误的问题

This commit is contained in:
2025-10-09 23:48:12 +08:00
parent 8fc915a6e3
commit 38610aef67

View File

@@ -8,7 +8,7 @@ from pathlib import Path
from config.setting import settings from config.setting import settings
FLUENTD_HOST = 'host.docker.internal' FLUENTD_HOST = 'host.docker.internal'
FLUENTD_PORT = 24422 FLUENTD_PORT = 24224
TOPIC_TAG = 'blog-service' TOPIC_TAG = 'blog-service'
# 日志目录 # 日志目录