1 Star 0 Fork 0

songrendong / webui-aria2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 268 Bytes
一键复制 编辑 原始数据 按行查看 历史
aria2:
image: ndthuan/aria2-alpine
volumes:
- $HOME/Downloads:/downloads
ports:
- "6800:6800"
httpd:
image: busybox
volumes:
- ./:/usr/html
ports:
- "80:80"
command: /bin/busybox httpd -f -p 80 -h /usr/html
1
https://gitee.com/songrendong/webui-aria2.git
git@gitee.com:songrendong/webui-aria2.git
songrendong
webui-aria2
webui-aria2
master

搜索帮助