diff --git a/aria2-bundle/docker-compose.yml b/aria2-bundle/docker-compose.yml new file mode 100644 index 0000000..cc4a160 --- /dev/null +++ b/aria2-bundle/docker-compose.yml @@ -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