mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-09 04:15:52 +10:00
Add aria2-ui to docker compose
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
version: "3.5"
|
||||
services:
|
||||
aria2-ui:
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 8000:80
|
||||
- 6800:6800
|
||||
image: wahyd4/aria2-ui:latest
|
||||
environment:
|
||||
- ENABLE_AUTH=true
|
||||
- ARIA2_USER=admin
|
||||
- ARIA2_PWD=lovewifi!
|
||||
volumes:
|
||||
- /data:/data
|
||||
- /home/junv/filebrowser.db:/root/filebrowser.db
|
||||
Reference in New Issue
Block a user