From 278ccdc07b72070ee573766ccd1b67d4cd479488 Mon Sep 17 00:00:00 2001 From: MSSandroid <12539982+MSSandroid@users.noreply.github.com> Date: Sat, 9 Mar 2019 09:43:30 +0100 Subject: [PATCH] Update README.md For me JDownloader defaults to download to `/opt/JDownloader/Downloads` instead of `/downloads`. So I thought it might be a good idea to reflect that in the example setup. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a69cb1f..9768276 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ ``` docker run -d --name jd2 \ -v /config/jd2:/opt/JDownloader/cfg \ - -v /home/user/Downloads:/downloads \ + -v /home/user/Downloads:/opt/JDownloader/Downloads \ plusminus/jdownloader2-headless ``` 3. Wait a minute for the container to initialize