Files
dockerfile_dp/pdf_clean/docker-compose_alist.yml
2024-08-28 17:18:03 +08:00

17 lines
415 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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 # 配置文件 # 与qbittorrentaria2 路径的临时路径在这个目录下/opt/alist/data/temp
- /mnt/volume:/mnt/volume
ports:
- 5244:5244
restart: always