From 1f8d6b4bed5ed47d5b9888896af71a49c6ce6faa Mon Sep 17 00:00:00 2001 From: tanlianwang Date: Wed, 11 Mar 2026 19:48:36 +0800 Subject: [PATCH] =?UTF-8?q?docs(guide):=20=E6=9B=B4=E6=96=B0=20Docker=20?= =?UTF-8?q?=E5=A4=96=E6=8C=82=E9=85=8D=E7=BD=AE=E6=8C=87=E5=8D=97=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E9=95=9C=E5=83=8F=E6=89=93=E5=8C=85=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除了镜像标签中的 latest 版本号后缀 --- Docker外挂配置指南.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker外挂配置指南.md b/Docker外挂配置指南.md index f92c1b7cd..932423ee6 100644 --- a/Docker外挂配置指南.md +++ b/Docker外挂配置指南.md @@ -27,7 +27,7 @@ ### 1.3 镜像打包 -1. docker build -f installer/Dockerfile -t maxkb:latest . +1. docker build -f installer/Dockerfile -t maxkb:latest ## 2. 数据库外挂配置