Skip to content

jdownloader handout

installation

services:
    jdownloader:
        image: antlafarge/jdownloader:latest
        container_name: jdownloader
        restart: unless-stopped
        labels:
            - "com.centurylinklabs.watchtower.enable=true"
        user: 1000:1000
        volumes:
            - "/media/:/jdownloader/downloads"
            - "./jdownloader/cfg:/jdownloader/cfg/" ## optional
            #- "./jdownloader/logs:/jdownloader/logs/" ## optional
        environment:
            - "JD_EMAIL=<mail>"
            - "JD_PASSWORD=<password>"
            - "JD_DEVICENAME=porn" ## optional
            #- "JAVA_OPTIONS=<JAVA_OPTIONS>" ## optional
            #- "LOG_FILE=<LOG_FILE>" ## optional
        ports:
            - 3129:3129 ## optional for directconnection
        deploy:
            resources:
                limits:
                    cpus: '3.5'
                    #memory: 50M