diff --git a/Dockerfile.arm b/Dockerfile.arm index 4f05924..cb65e04 100644 --- a/Dockerfile.arm +++ b/Dockerfile.arm @@ -39,7 +39,7 @@ RUN curl -L "https://storage.googleapis.com/golang/go1.8.linux-armv6l.tar.gz" > && unset GOROOT && unset GOPATH # goreman setup -RUN echo "web: gosu aria /bin/busybox httpd -f -p 8080 -h /webui-aria2\nbackend: gosu aria /usr/bin/aria2c --conf-path=/data/.aria2/aria2.conf" > Procfile +RUN echo "web: gosu aria /bin/busybox httpd -f -p 8080 -h /webui-aria2\nbackend: gosu aria /usr/bin/aria2c --conf-path=/data/.aria2/aria2.conf" /data/downloads/*.torrent > Procfile # aria2 downloads directory VOLUME /data diff --git a/README.md b/README.md index 9942055..a160020 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ sudo docker run -v /Downloads:/data -p 6800:6800 -p 9100:8080 --name="webui-aria This image contains both aria2 and webui-aria2. -Build it (may take several hours due to the aria2 compilation process. Don't panic and grap a coffee) +Build it (may take several hours due to the aria2 compilation process. Don't panic and grab a coffee) ``` docker build -f Dockerfile.arm -t yourname/webui-aria2 . ``` diff --git a/index.html b/index.html index 4caa7af..d59693e 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,7 @@ +