mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-25 02:04:06 +02:00
update aria2
This commit is contained in:
parent
f98b59006f
commit
cd47f6d34c
@ -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
|
||||
```
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user