add test compose
This commit is contained in:
18
Test/aria2Pro/docker-compose.yml
Normal file
18
Test/aria2Pro/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user