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.
This commit is contained in:
MSSandroid 2019-03-09 09:43:30 +01:00 committed by GitHub
parent 78b60b8224
commit 278ccdc07b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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