jaymoulin / docker-jdownloader

JDownloader 2 Docker Image (Multiarch) - 50M+ Downloads
https://brands.jaymoulin.me/me/docker-jdownloader
MIT License
182 stars 36 forks source link

Continuous restart of the container after installation. #93

Closed kpietrek closed 3 years ago

kpietrek commented 3 years ago

Please remove.

I've already dealt with it.

trulow commented 3 years ago

Can you fill us in as to what you did to fix it?

jaymoulin commented 3 years ago

I installed the container using this line:

docker run -d --init --restart=always -v /opt/JDownloader/Downloads -v /opt/JDownloader/cfg --name jdownloader -u $(id -u) -p 3129:3129 -e MYJD_USER=pietrek@.info -e MYJD_PASSWORD= -e MYJD_DEVICE_NAME=pietrek jaymoulin/jdownloader

After installation, the container has a problem with starting up correctly. The container is restarted continuously.

What is wrong? Should I check and make it work?

I think he forgot to put his credentials - documentation : https://github.com/jaymoulin/docker-jdownloader#identify