This commit is contained in:
2022-06-07 16:45:03 +08:00
parent fe7360c9a1
commit 2bbb44c1c3

View File

@@ -0,0 +1,26 @@
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
networks:
nginx:
aliases:
- aria2Pro
networks:
nginx:
external: true