SOLVED Has anyone been able get dockerised JDownloader 2 to work?

Post Reply
chrisloughnane
Starting out
Posts: 17
Joined: Wed Aug 03, 2016 3:59 am
Location: Ireland

SOLVED Has anyone been able get dockerised JDownloader 2 to work?

Post by chrisloughnane »

I have ten docker container apps running perfectly on my QNAP TS-452 Pro and numerous web app/services I built, all working fine.

I spun up Jjlesage/jdownloader-2 and no matter what I try it complains 'jdownloader2 cannot connect to app.work.org. My first attempt at adjusting the Virtual Switch ended with me resetting the QNAP. As a sanity check, I deployed the docker image on my PC and it works perfectly fine so I know it works.

Has anyone set up jlesage/jdownloader-2 on their QNAP successfully?

This is my docker-compose file and it's pretty much the default except for blank pw and my volume paths.

Code: Select all

version: '3'
services:
  jdownloader2:
    image: jlesage/jdownloader-2
    environment:
      - VNC_PASSWORD= #optional
    ports:
      - 9100:5800
      - 3129:3129
    volumes:
      - /share/dev/node/jdownloader2/configdb:/config:rw
      - /share/stash:/output:rw
Last edited by chrisloughnane on Fri May 21, 2021 5:14 am, edited 1 time in total.
chrisloughnane
Starting out
Posts: 17
Joined: Wed Aug 03, 2016 3:59 am
Location: Ireland

Re: Has anyone been able get dockerised JDownloader 2 to work?

Post by chrisloughnane »

I just found none of my apps in docker can see the internet after my reset. :?
chrisloughnane
Starting out
Posts: 17
Joined: Wed Aug 03, 2016 3:59 am
Location: Ireland

Re: SOLVED Has anyone been able get dockerised JDownloader 2 to work?

Post by chrisloughnane »

I deleted every container, restarted container station and redeployed my docker-compose files. Now everything is working including jdownloader2.

All I can say is thank F AWS doesn't behave like this :lol:
Post Reply

Return to “Container Station”