mirror of
https://git.netzspielplatz.de/docker-multiarch/jdownloader2-headless.git
synced 2025-11-08 19:09:31 +00:00
Merge pull request #19 from poldixd/patch-1
Changed the sorting of email and password
This commit is contained in:
commit
6c4b3fcbc0
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ Headless JDownloader 2 Docker Container
|
||||||
5. On your host, enter your credentials (in quotes) to the file `org.jdownloader.api.myjdownloader.MyJDownloaderSettings.json` as in:
|
5. On your host, enter your credentials (in quotes) to the file `org.jdownloader.api.myjdownloader.MyJDownloaderSettings.json` as in:
|
||||||
|
|
||||||
```
|
```
|
||||||
{ "password" : "mypasswort", "email" : "email@home.org" }
|
{ "email" : "email@home.org", "password" : "mypasswort" }
|
||||||
```
|
```
|
||||||
6. Start the container:
|
6. Start the container:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue