mirror of
https://gitee.com/kennylee/docker.git
synced 2024-11-29 18:38:34 +08:00
18 lines
479 B
YAML
18 lines
479 B
YAML
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'
|