优化filerun端口映射及存储路径配置
This commit is contained in:
parent
04f39e0438
commit
0ef6bbdc42
|
@ -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(默认值)
|
||||
|
|
Loading…
Reference in New Issue