Setup aria2 in docker

This commit is contained in:
2023-09-15 23:59:56 +02:00
parent af83f72dac
commit 631abcb5d2
6 changed files with 45 additions and 0 deletions
+11
View File
@@ -10,3 +10,14 @@ services:
restart: on-failure
volumes:
- ./api:/app
env_file:
- .env
aria2:
image: p3terx/aria2-pro
ports:
- "6888:6888"
- "6888:6888/udp"
restart: on-failure
env_file:
- .env