From 0ef6bbdc42a05bef1b495b2a31bd911e9ad4746c Mon Sep 17 00:00:00 2001 From: xiaochou164 Date: Wed, 14 May 2025 20:44:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96filerun=E7=AB=AF=E5=8F=A3?= =?UTF-8?q?=E6=98=A0=E5=B0=84=E5=8F=8A=E5=AD=98=E5=82=A8=E8=B7=AF=E5=BE=84?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- filerun.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/filerun.yml b/filerun.yml index 7ee482c..46fbd7d 100644 --- a/filerun.yml +++ b/filerun.yml @@ -5,10 +5,10 @@ services: image: filerun/filerun container_name: filerun ports: - - "3080:80" # 映射主机80端口到容器80端口 + - 80 # 映射主机80端口到容器80端口 volumes: - - /app/filerun/data:/var/www/filerun/data # 配置与日志存储目录 - - /app:/var/www/filerun/storage # 用户文件存储目录 + - /app/filerun/html:/var/www/html + - /app:/user-files environment: - PUID=1000 # 容器用户UID(默认值) - PGID=1000 # 容器用户GID(默认值)