add
This commit is contained in:
17
pdf_clean/docker-compose_alist.yml
Normal file
17
pdf_clean/docker-compose_alist.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
version: "3.9"
|
||||
|
||||
services:
|
||||
|
||||
# https://hub.docker.com/r/xhofe/alist
|
||||
alist:
|
||||
image: xhofe/alist:latest
|
||||
container_name: alist
|
||||
environment:
|
||||
- PUID=1027
|
||||
- PGID=100
|
||||
volumes:
|
||||
- ./alist/config:/opt/alist/data # 配置文件 # 与qbittorrent,aria2 路径的临时路径在这个目录下/opt/alist/data/temp
|
||||
- /mnt/volume:/mnt/volume
|
||||
ports:
|
||||
- 5244:5244
|
||||
restart: always
|
||||
Reference in New Issue
Block a user