feat: 精简配置管理与运行默认值

This commit is contained in:
chuan
2026-08-10 21:45:32 +08:00
parent db0130e606
commit 3b997c8f40
19 changed files with 294 additions and 455 deletions
+1 -1
View File
@@ -67,4 +67,4 @@ EXPOSE 12313/udp
STOPSIGNAL SIGTERM
ENTRYPOINT ["/dht-search/dht-search"]
CMD ["--config", "/dht-search/config.toml", "--http-listen", "0.0.0.0:8080", "--web-dir", "/dht-search/web", "--console-logging", "--no-file-logging"]
CMD ["--config", "/dht-search/config.toml", "--http-listen", "0.0.0.0:8080", "--web-dir", "/dht-search/web"]