Files
compose-template/Docker/aria2Pro/docker-compose.yml
2022-06-07 16:45:03 +08:00

27 lines
453 B
YAML

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