1 Star 0 Fork 1.2K

优秀开源项目收集/docker

forked from Kenny小狼/docker 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
docker-compose.yml 479 Bytes
一键复制 编辑 原始数据 按行查看 历史
KennyLee 提交于 2018-06-04 17:45 +08:00 . 修改注释
version: '3'
services:
webui-aria2:
image: registry.cn-hangzhou.aliyuncs.com/kennylee/webui-aria2
container_name: webui-aria2
volumes:
- ${HOME}/downloads/:/data/
- ./aria2/:/home/dummy/.aria2/
ports:
- "6800:6800"
- "9100:8080"
restart: unless-stopped
logging:
driver: 'json-file'
options:
max-size: '10m'
max-file: '1'
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Docker
1
https://gitee.com/open-repo/docker.git
git@gitee.com:open-repo/docker.git
open-repo
docker
docker
master

搜索帮助