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
|
aria2
|
||||||
=====
|
=====
|
||||||
|
|
||||||
|
![](https://badge.imagelayers.io/vimagick/aria2:latest.svg)
|
||||||
|
|
||||||
- `aria2` is a utility for downloading files.
|
- `aria2` is a utility for downloading files.
|
||||||
- `yaaw` is yet another aria2 web frontend.
|
- `yaaw` is yet another aria2 web frontend.
|
||||||
|
|
||||||
@ -34,19 +36,19 @@ aria2:
|
|||||||
ports:
|
ports:
|
||||||
- "6800:6800"
|
- "6800:6800"
|
||||||
volumes:
|
volumes:
|
||||||
- "data:/home/aria2"
|
- "./data:/home/aria2"
|
||||||
- "keys:/etc/aria2/keys"
|
- "./keys:/etc/aria2/keys"
|
||||||
# - "aria2.conf:/etc/aria2.conf"
|
# - "./aria2.conf:/etc/aria2.conf"
|
||||||
environment:
|
environment:
|
||||||
- TOKEN=e6c3778f-6361-4ed0-b126-f2cf8fca06db
|
- TOKEN=e6c3778f-6361-4ed0-b126-f2cf8fca06db
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
yaaw:
|
yaaw:
|
||||||
image: vimagick/nginx
|
image: vimagick/h2o
|
||||||
ports:
|
ports:
|
||||||
- "8080:80"
|
- "8080:80"
|
||||||
volumes:
|
volumes:
|
||||||
- html:/usr/share/nginx/html
|
- ./html:/var/www/html
|
||||||
restart: always
|
restart: always
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -10,9 +10,9 @@ aria2:
|
|||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
yaaw:
|
yaaw:
|
||||||
image: vimagick/nginx
|
image: vimagick/h2o
|
||||||
ports:
|
ports:
|
||||||
- "8080:80"
|
- "8080:80"
|
||||||
volumes:
|
volumes:
|
||||||
- ./html:/usr/share/nginx/html
|
- ./html:/var/www/html
|
||||||
restart: always
|
restart: always
|
||||||
|
Loading…
Reference in New Issue
Block a user