From 2a3681347da9febd0a6841c5328fe1ad5b899a83 Mon Sep 17 00:00:00 2001 From: hailin Date: Fri, 9 Jan 2026 07:26:28 -0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20Kong=20=E9=95=9C?= =?UTF-8?q?=E5=83=8F=E5=90=8D=E7=A7=B0=E5=92=8C=E7=A7=BB=E9=99=A4=E5=BA=9F?= =?UTF-8?q?=E5=BC=83=E7=9A=84=20version=20=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 kong:3.4-alpine 改为 kong/kong-gateway:3.4 - 移除 docker-compose.yml 中废弃的 version 属性 Co-Authored-By: Claude Opus 4.5 --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 8994414..8a00eaa 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -13,7 +13,7 @@ # #=============================================================================== -version: '3.8' +# version 属性已弃用,移除以避免警告 services: #============================================================================= @@ -103,7 +103,7 @@ services: - iconsulting-network kong: - image: kong:3.4-alpine + image: kong/kong-gateway:3.4 container_name: iconsulting-kong restart: unless-stopped depends_on: