1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-25 02:04:06 +02:00

update aria2

This commit is contained in:
kev 2016-03-05 21:42:38 +08:00
parent f98b59006f
commit cd47f6d34c
2 changed files with 9 additions and 7 deletions

View File

@ -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
```

View File

@ -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