更新 docker 日志

This commit is contained in:
whyour 2025-11-22 01:05:28 +08:00
parent d473c3ae88
commit 177cd3de81

View File

@ -23,7 +23,7 @@ log_with_style() {
if [ -f /etc/alpine-release ]; then
if ! grep -q "^options ndots:0" /etc/resolv.conf 2>/dev/null; then
echo "options ndots:0" >> /etc/resolv.conf
log_with_style "INFO" "🔧 已配置 DNS 解析优化 (ndots:0)"
log_with_style "INFO" "🔧 0. 已配置 DNS 解析优化 (ndots:0)"
fi
fi