From e9b6c5abb48fee89ebf4fb0e603d9f36b75ed110 Mon Sep 17 00:00:00 2001 From: Junv Zhao Date: Sat, 15 Jun 2019 16:34:17 +1000 Subject: [PATCH] Add aria2-ui to docker compose --- aria2-bundle/docker-compose.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 aria2-bundle/docker-compose.yml 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