From 1c99e74c2ea9c786b176370d783e8e69f1689f1e Mon Sep 17 00:00:00 2001 From: augushong Date: Mon, 11 May 2026 20:46:36 +0800 Subject: [PATCH] =?UTF-8?q?docs(=20docker-compose=20):=20=E6=B3=A8?= =?UTF-8?q?=E9=87=8A=E6=8E=89docker-compose=E7=9A=84name=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 补充说明默认使用项目目录名作为项目名,仅在同名冲突时才需要手动配置name --- source/stack/docker-dev/docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/stack/docker-dev/docker-compose.yaml b/source/stack/docker-dev/docker-compose.yaml index 13ddccb..f49c162 100644 --- a/source/stack/docker-dev/docker-compose.yaml +++ b/source/stack/docker-dev/docker-compose.yaml @@ -1,6 +1,6 @@ -name: ulthon_admin - +# 一般不需要配置name,默认是目录名,但是如果你的系统中有同名的目录,需要手动配置 +# name: ulthon_admin services: ulthon_admin: