Skip to content

Instantly share code, notes, and snippets.

@jhx0
Created September 10, 2023 19:07
Show Gist options
  • Save jhx0/61873b95507ef0250e6c362468995a69 to your computer and use it in GitHub Desktop.
Save jhx0/61873b95507ef0250e6c362468995a69 to your computer and use it in GitHub Desktop.
JDownloader Docker compose setup
---
version: "2.1"
services:
smokeping:
image: jlesage/jdownloader-2
container_name: jdownloader
environment:
- PUID=1500
- PGID=1500
- TZ=Your/Timezone
volumes:
- /srv/jdownloader/jd:/config:rw
- /srv/jdownloader/dl:/output:rw
ports:
- 5800:5800
restart: always
networks:
- jdownloader_net
networks:
jdownloader_net:
name: bridge0
external: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment