version: '3' services: aria2: container_name: aria2-pro image: p3terx/aria2-pro logging: driver: json-file options: max-size: 1m ports: - 6800:6800 - 6888:6888 - 6888:6888/udp environment: - RPC_SECRET=12346789 # - PUID=65534 # $UID # - PGID=65534 # $GID # - UMASK_SET=022 # - RPC_PORT=6800 # - LISTEN_PORT=6888 # - DISK_CACHE=64M # - IPV6_MODE=false # - UPDATE_TRACKERS=true # - CUSTOM_TRACKER_URL= - TZ=Asia/Shanghai volumes: - ./data/config:/config - ./data/downloads:/downloads - ./data/data:/data # 下载缓存目录 cloudreve会用到 restart: unless-stopped networks: nginx: aliases: - aria2Pro networks: nginx: external: true