mirror of
https://git.netzspielplatz.de/docker-multiarch/jdownloader2-headless.git
synced 2025-11-08 15:49:30 +00:00
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:
parent
78b60b8224
commit
278ccdc07b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue