Skip to content

Instantly share code, notes, and snippets.

@OSCUK
Created July 3, 2023 14:23
Show Gist options
  • Save OSCUK/1cd925b1b6d57255b46dfef3990dbb94 to your computer and use it in GitHub Desktop.
Save OSCUK/1cd925b1b6d57255b46dfef3990dbb94 to your computer and use it in GitHub Desktop.
jdownloader
version: '3'
services:
jdownloader-2:
image: jlesage/jdownloader-2
ports:
- "5800:5800"
volumes:
- "/docker/appdata/jdownloader-2:/config:rw"
- "/home/user/downloads:/output:rw"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment