mirror of
https://gitee.com/kennylee/docker.git
synced 2024-11-29 18:38:34 +08:00
添加webui-aria2的docker-compose文件
This commit is contained in:
parent
be52e95d5d
commit
7c4019bf0c
1
webui-aria2/.env
Normal file
1
webui-aria2/.env
Normal file
@ -0,0 +1 @@
|
||||
HOME=/Users/user
|
16
webui-aria2/docker-compose.yml
Normal file
16
webui-aria2/docker-compose.yml
Normal file
@ -0,0 +1,16 @@
|
||||
version: '3'
|
||||
services:
|
||||
webui-aria2:
|
||||
image: registry.cn-hangzhou.aliyuncs.com/kennylee/webui-aria2
|
||||
container_name: webui-aria2
|
||||
volumes:
|
||||
- ${HOME}/downloads/:/data/downloads/
|
||||
- ${HOME}/.aria2/:/home/aria/.aria2/
|
||||
ports:
|
||||
- "6800:6800"
|
||||
- "9100:8080"
|
||||
logging:
|
||||
driver: 'json-file'
|
||||
options:
|
||||
max-size: '10m'
|
||||
max-file: '1'
|
Loading…
Reference in New Issue
Block a user