From 252bdd77393f9f6c6426c1198836055ca78ebfce Mon Sep 17 00:00:00 2001 From: cnphpbb Date: Mon, 15 Sep 2025 18:55:16 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0rustfs=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E4=BD=BF=E7=94=A8=E7=9A=84=E9=95=9C=E5=83=8F=E6=A0=87?= =?UTF-8?q?=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rustfs/stack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rustfs/stack.yml b/rustfs/stack.yml index 79c2806..d79af36 100644 --- a/rustfs/stack.yml +++ b/rustfs/stack.yml @@ -1,6 +1,6 @@ services: rustfs: - image: ${IMAGE_TAG_LTS} + image: ${IMAGE_TAG} environment: - RUSTFS_SERVER_DOMAINS=${RUSTFS_SERVER_DOMAINS} - RUSTFS_CONSOLE_ENABLE=${RUSTFS_CONSOLE_ENABLE}