From 686ea47740ecde13d3e2acdf39dcbc759dd4deaf Mon Sep 17 00:00:00 2001 From: Zhang Jian <42706238+maxage@users.noreply.github.com> Date: Mon, 25 Aug 2025 00:18:19 +0800 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 跟随仓库compose.yaml更新下载命令 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8640ed..56ff823 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ chmod 777 data/db data/mount 2. **下载 Docker Compose 文件**: ```bash - curl -O https://raw.githubusercontent.com/DrizzleTime/foxel/main/docker-compose.yml + curl -L -O https://github.com/DrizzleTime/Foxel/raw/main/compose.yaml ``` 3. **启动服务**: