From b5696112638ec1bea70f3158a7cf3e8b04e14ff6 Mon Sep 17 00:00:00 2001 From: xiaochou164 Date: Wed, 14 May 2025 19:52:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0filerun=E9=95=9C=E5=83=8F?= =?UTF-8?q?=E6=BA=90=E5=B9=B6=E4=BF=AE=E5=A4=8D=E6=96=87=E4=BB=B6=E6=9C=AB?= =?UTF-8?q?=E5=B0=BE=E6=8D=A2=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- filerun.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/filerun.yml b/filerun.yml index 9642aa7..2c3fd09 100644 --- a/filerun.yml +++ b/filerun.yml @@ -2,7 +2,7 @@ version: '3.8' services: filerun: - image: ghcr.io/filerun/filerun + image: registry.cn-hangzhou.aliyuncs.com/filerun/filerun container_name: filerun ports: - 80 # 映射主机80端口到容器80端口 @@ -12,4 +12,4 @@ services: environment: - PUID=1000 # 容器用户UID(默认值) - PGID=1000 # 容器用户GID(默认值) - restart: unless-stopped # 宿主机重启后自动启动 \ No newline at end of file + restart: unless-stopped # 宿主机重启后自动启动