Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlesage committed Jul 5, 2017
1 parent 2aeaf0a commit b00e877
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,12 @@ docker run -d --rm \
-p 5800:5800 \
-p 5900:5900 \
-v /docker/appdata/jdownloader-2:/config:rw \
-v $HOME:/storage:ro \
-v $HOME/Downloads:/output:rw \
jlesage/jdownloader-2
```

Where:
- `/docker/appdata/jdownloader-2`: This is where the application stores its configuration, log and any files needing persistency.
- `$HOME`: This location contains files from your host that need to be accessible by the application.
- `$HOME/Downloads`: This is where downloaded files are stored.

Browse to `http://your-host-ip:5800` to access the JDownloader 2 GUI. Files from
Expand Down Expand Up @@ -85,7 +83,6 @@ format: `<HOST_DIR>:<CONTAINER_DIR>[:PERMISSIONS]`.
| Container path | Permissions | Description |
|-----------------|-------------|-------------|
|`/config`| rw | This is where the application stores its configuration, log and any files needing persistency. |
|`/storage`| ro | This location contains files from your host that need to be accessible by the application. |
|`/output`| rw | This is where downloaded files are stored. |

### Ports
Expand Down

0 comments on commit b00e877

Please sign in to comment.