fix(docker): 注释掉创建可附加网络的命令

This commit is contained in:
严浩
2025-10-17 16:23:34 +08:00
parent 7dbf341415
commit 655716e8a6

2
1.sh
View File

@@ -143,7 +143,7 @@ install_docker() {
fi fi
fi fi
docker network create --attachable h-common || true # docker network create --attachable h-common || true
} }
modify_authorized_keys() { modify_authorized_keys() {