From cd47f6d34c0416dde3e47149da070d53b9e11d7a Mon Sep 17 00:00:00 2001 From: kev Date: Sat, 5 Mar 2016 21:42:38 +0800 Subject: [PATCH] update aria2 --- aria2/README.md | 12 +++++++----- aria2/docker-compose.yml | 4 ++-- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/aria2/README.md b/aria2/README.md index df12131..994828e 100644 --- a/aria2/README.md +++ b/aria2/README.md @@ -1,6 +1,8 @@ aria2 ===== +![](https://badge.imagelayers.io/vimagick/aria2:latest.svg) + - `aria2` is a utility for downloading files. - `yaaw` is yet another aria2 web frontend. @@ -34,19 +36,19 @@ aria2: ports: - "6800:6800" volumes: - - "data:/home/aria2" - - "keys:/etc/aria2/keys" -# - "aria2.conf:/etc/aria2.conf" + - "./data:/home/aria2" + - "./keys:/etc/aria2/keys" +# - "./aria2.conf:/etc/aria2.conf" environment: - TOKEN=e6c3778f-6361-4ed0-b126-f2cf8fca06db restart: always yaaw: - image: vimagick/nginx + image: vimagick/h2o ports: - "8080:80" volumes: - - html:/usr/share/nginx/html + - ./html:/var/www/html restart: always ``` diff --git a/aria2/docker-compose.yml b/aria2/docker-compose.yml index 84da022..61f0cf9 100644 --- a/aria2/docker-compose.yml +++ b/aria2/docker-compose.yml @@ -10,9 +10,9 @@ aria2: restart: always yaaw: - image: vimagick/nginx + image: vimagick/h2o ports: - "8080:80" volumes: - - ./html:/usr/share/nginx/html + - ./html:/var/www/html restart: always