变更目录结构

This commit is contained in:
2022-07-04 14:24:53 +08:00
parent 3b35287d13
commit bf482c193f
11 changed files with 420 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
version: '3'
services:
aria2:
image: p3terx/aria2-pro
logging:
options:
max-size: 1m
ports:
- 6800:6800
- 6888:6888
- 6888:6888/udp
environment:
- RPC_SECRET=12346789
volumes:
- ./data/aria2/config:/config
- ./data/temp/downloads:/downloads
restart: unless-stopped