Compare commits

..

No commits in common. "e654b3b3a2abae14ae046c8f54d28af2673e05c4" and "e280c491cf5f695f34caf1c59c78500c9095886e" have entirely different histories.

2 changed files with 0 additions and 29 deletions

View File

@ -1,14 +0,0 @@
version: '3.3'
services:
alist:
image: 'xhofe/alist:beta'
container_name: alist
volumes:
- '/etc/alist:/opt/alist/data'
ports:
- '5244:5244'
environment:
- PUID=0
- PGID=0
- UMASK=022
restart: unless-stopped

View File

@ -1,15 +0,0 @@
version: '3.8'
services:
filerun:
image: ghcr.io/filerun/filerun
container_name: filerun
ports:
- 80 # 映射主机80端口到容器80端口
volumes:
- /app/filerun/data:/var/www/filerun/data # 配置与日志存储目录
- /app:/var/www/filerun/storage # 用户文件存储目录
environment:
- PUID=1000 # 容器用户UID默认值
- PGID=1000 # 容器用户GID默认值
restart: unless-stopped # 宿主机重启后自动启动