更新filerun镜像源并修复文件末尾换行

This commit is contained in:
xiaochou164 2025-05-14 19:52:53 +08:00
parent e654b3b3a2
commit b569611263
1 changed files with 2 additions and 2 deletions

View File

@ -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 # 宿主机重启后自动启动
restart: unless-stopped # 宿主机重启后自动启动