From c41bfea6248a060c469038ce301256d05c4bdc1a Mon Sep 17 00:00:00 2001 From: zhengyi Date: Thu, 25 Jan 2024 11:49:39 +0800 Subject: [PATCH] :wrench: Update docker config in build.gradle --- build.gradle | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build.gradle b/build.gradle index 2560b68..0ac0ce8 100644 --- a/build.gradle +++ b/build.gradle @@ -45,9 +45,4 @@ halo { superAdminUsername = 'admin' superAdminPassword = 'admin' externalUrl = 'http://localhost:8090' - docker { - // windows 默认为 npipe:////./pipe/docker_engine - url = 'npipe:////./pipe/docker_engine' - apiVersion = '1.42' - } } \ No newline at end of file