From df26d8c06df9a795d9cb18ac81c7c9dc2ad18352 Mon Sep 17 00:00:00 2001 From: Zhang Jian <42706238+maxage@users.noreply.github.com> Date: Mon, 25 Aug 2025 00:25:14 +0800 Subject: [PATCH] Update compose.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新compose.yaml 支持国内用户拉取镜像 修改原镜像Tag错误 --- compose.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index b84df41..9534031 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,6 +1,7 @@ services: foxel: - image: ghcr.io/drizzletime/foxel:last + image: ghcr.io/drizzletime/foxel:latest + #image: ghcr.nju.edu.cn/drizzletime/foxel:latest #国内用户可以用此镜像命令 container_name: foxel restart: unless-stopped ports: @@ -17,4 +18,4 @@ services: networks: foxel-network: - driver: bridge \ No newline at end of file + driver: bridge