jlesage / docker-jdownloader-2

Docker container for JDownloader 2
MIT License
816 stars 71 forks source link

[Bug] The interface became very unresponsive and slow after latest updates #235

Open plato79 opened 1 week ago

plato79 commented 1 week ago

Current Behavior

After the last updates it became very slow, almost non-responsive

Expected Behavior

It should run like it's running locally ( like before )

Steps To Reproduce

Just install on a docker and connect to it on web

Environment

Container creation

version: "2.1"
services:
  jdownloader-2:
    image: jlesage/jdownloader-2
    container_name: jdownloader-2
    volumes:
      - /media/data/usr/local/jd2:/config
      - /media/data/usr/local/jd2/output:/output
      - /snap:/snap
    labels:
      - "traefik.enable=true"
      - "traefik.docker.network=pve_bridge"
      - "traefik.http.routers.jd2.rule=Host(`jd2.myextrabeautifuldns.com`)"
      - "traefik.http.routers.jd2.entrypoints=web,websecure"
      - "traefik.http.routers.jd2.tls=true"
      - "traefik.http.routers.jd2.tls.certresolver=production"
      - "traefik.http.services.jd2.loadbalancer.server.port=5800"

    restart: unless-stopped

    networks:
      pub_net:
        ipv4_address: 192.168.1.215
      pve_bridge:

networks:
  pve_bridge:
    external:
      name: pve_bridge
  pub_net:
    external:
      name: pub_net

Container log

[init        ] container is starting...
[cont-env    ] loading container environment variables...
[cont-env    ] APP_NAME: loading...
[cont-env    ] DISPLAY: executing...
[cont-env    ] DISPLAY: terminated successfully.
[cont-env    ] DISPLAY: loading...
[cont-env    ] DOCKER_IMAGE_PLATFORM: loading...
[cont-env    ] DOCKER_IMAGE_VERSION: loading...
[cont-env    ] EGL_LOG_LEVEL: executing...
[cont-env    ] EGL_LOG_LEVEL: terminated successfully.
[cont-env    ] EGL_LOG_LEVEL: loading...
[cont-env    ] GSK_RENDERER: executing...
[cont-env    ] GSK_RENDERER: terminated successfully.
[cont-env    ] GSK_RENDERER: loading...
[cont-env    ] GTK2_RC_FILES: executing...
[cont-env    ] GTK2_RC_FILES: terminated successfully.
[cont-env    ] GTK2_RC_FILES: not setting variable.
[cont-env    ] GTK_THEME: executing...
[cont-env    ] GTK_THEME: terminated successfully.
[cont-env    ] GTK_THEME: not setting variable.
[cont-env    ] HOME: loading...
[cont-env    ] INSTALL_PACKAGES_INTERNAL: executing...
[cont-env    ] INSTALL_PACKAGES_INTERNAL: terminated successfully.
[cont-env    ] INSTALL_PACKAGES_INTERNAL: not setting variable.
[cont-env    ] LIBGL_DRIVERS_PATH: executing...
[cont-env    ] LIBGL_DRIVERS_PATH: terminated successfully.
[cont-env    ] LIBGL_DRIVERS_PATH: loading...
[cont-env    ] PULSE_CONFIG_PATH: executing...
[cont-env    ] PULSE_CONFIG_PATH: terminated successfully.
[cont-env    ] PULSE_CONFIG_PATH: not setting variable.
[cont-env    ] PULSE_COOKIE: executing...
[cont-env    ] PULSE_COOKIE: terminated successfully.
[cont-env    ] PULSE_COOKIE: not setting variable.
[cont-env    ] PULSE_SERVER: executing...
[cont-env    ] PULSE_SERVER: terminated successfully.
[cont-env    ] PULSE_SERVER: not setting variable.
[cont-env    ] QT_STYLE_OVERRIDE: executing...
[cont-env    ] QT_STYLE_OVERRIDE: terminated successfully.
[cont-env    ] QT_STYLE_OVERRIDE: not setting variable.
[cont-env    ] TAKE_CONFIG_OWNERSHIP: loading...
[cont-env    ] XDG_CACHE_HOME: loading...
[cont-env    ] XDG_CONFIG_HOME: loading...
[cont-env    ] XDG_DATA_HOME: loading...
[cont-env    ] XDG_RUNTIME_DIR: loading...
[cont-env    ] XDG_STATE_HOME: loading...
[cont-env    ] container environment variables initialized.
[cont-secrets] loading container secrets...
[cont-secrets] container secrets loaded.
[cont-init   ] executing container initialization scripts...
[cont-init   ] 10-certs.sh: executing...
[cont-init   ] 10-certs.sh: terminated successfully.
[cont-init   ] 10-check-app-niceness.sh: executing...
[cont-init   ] 10-check-app-niceness.sh: terminated successfully.
[cont-init   ] 10-clean-logmonitor-states.sh: executing...
[cont-init   ] 10-clean-logmonitor-states.sh: terminated successfully.
[cont-init   ] 10-clean-tmp-dir.sh: executing...
[cont-init   ] 10-clean-tmp-dir.sh: terminated successfully.
[cont-init   ] 10-fontconfig-cache-dir.sh: executing...
[cont-init   ] 10-fontconfig-cache-dir.sh: terminated successfully.
[cont-init   ] 10-init-users.sh: executing...
[cont-init   ] 10-init-users.sh: terminated successfully.
[cont-init   ] 10-nginx.sh: executing...
[cont-init   ] 10-nginx.sh: terminated successfully.
[cont-init   ] 10-openbox.sh: executing...
[cont-init   ] 10-openbox.sh: terminated successfully.
[cont-init   ] 10-pkgs-mirror.sh: executing...
[cont-init   ] 10-pkgs-mirror.sh: terminated successfully.
[cont-init   ] 10-pulse.sh: executing...
[cont-init   ] 10-pulse.sh: terminated successfully.
[cont-init   ] 10-set-tmp-dir-perms.sh: executing...
[cont-init   ] 10-set-tmp-dir-perms.sh: terminated successfully.
[cont-init   ] 10-vnc-password.sh: executing...
[cont-init   ] 10-vnc-password.sh: terminated successfully.
[cont-init   ] 10-web-data.sh: executing...
[cont-init   ] 10-web-data.sh: terminated successfully.
[cont-init   ] 10-webauth.sh: executing...
[cont-init   ] 10-webauth.sh: terminated successfully.
[cont-init   ] 10-x11-unix.sh: executing...
[cont-init   ] 10-x11-unix.sh: terminated successfully.
[cont-init   ] 10-xdg-runtime-dir.sh: executing...
[cont-init   ] 10-xdg-runtime-dir.sh: terminated successfully.
[cont-init   ] 15-cjk-font.sh: executing...
[cont-init   ] 15-cjk-font.sh: terminated successfully.
[cont-init   ] 15-install-pkgs.sh: executing...
[cont-init   ] 15-install-pkgs.sh: terminated successfully.
[cont-init   ] 55-jdownloader2.sh: executing...
[cont-init   ] 55-jdownloader2.sh: terminated successfully.
[cont-init   ] 85-take-config-ownership.sh: executing...
[cont-init   ] 85-take-config-ownership.sh: terminated successfully.
[cont-init   ] 89-info.sh: executing...
    ╭――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――╮
    │                                                                      │
    │ Application:           JDownloader 2                                 │
    │ Application Version:   n/a                                           │
    │ Docker Image Version:  24.09.1                                       │
    │ Docker Image Platform: linux/amd64                                   │
    │                                                                      │
    ╰――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――╯
[cont-init   ] 89-info.sh: terminated successfully.
[cont-init   ] all container initialization scripts executed.
[init        ] giving control to process supervisor.
[supervisor  ] loading services...
[supervisor  ] loading service 'default'...
[supervisor  ] loading service 'app'...
[supervisor  ] loading service 'gui'...
[supervisor  ] loading service 'nginx'...
[supervisor  ] loading service 'xvnc'...
[supervisor  ] loading service 'webauth'...
[supervisor  ] service 'webauth' is disabled.
[supervisor  ] loading service 'certsmonitor'...
[supervisor  ] service 'certsmonitor' is disabled.
[supervisor  ] loading service 'audiorecorder'...
[supervisor  ] service 'audiorecorder' is disabled.
[supervisor  ] loading service 'openbox'...
[supervisor  ] loading service 'pulseaudio'...
[supervisor  ] service 'pulseaudio' is disabled.
[supervisor  ] loading service 'xcompmgr'...
[supervisor  ] loading service 'logmonitor'...
[supervisor  ] service 'logmonitor' is disabled.
[supervisor  ] loading service 'logrotate'...
[supervisor  ] all services loaded.
[supervisor  ] starting services...
[supervisor  ] starting service 'xvnc'...
[xvnc        ] Xvnc TigerVNC 1.13.1 - built Aug 31 2024 13:06:50
[xvnc        ] Copyright (C) 1999-2022 TigerVNC Team and many others (see README.rst)
[xvnc        ] See https://www.tigervnc.org for information on TigerVNC.
[xvnc        ] Underlying X server release 12014000
[xvnc        ] Fri Nov  8 07:41:06 2024
[xvnc        ]  vncext:      VNC extension running!
[xvnc        ]  vncext:      Listening for VNC connections on /tmp/vnc.sock (mode 0660)
[xvnc        ]  vncext:      Listening for VNC connections on all interface(s), port 5900
[xvnc        ]  vncext:      created VNC server for screen 0
[supervisor  ] starting service 'nginx'...
[nginx       ] Listening for HTTP connections on port 5800.
[supervisor  ] starting service 'openbox'...
[supervisor  ] starting service 'xcompmgr'...
[supervisor  ] starting service 'app'...
[supervisor  ] all services started.
[xvnc        ] Fri Nov  8 07:41:20 2024
[xvnc        ]  Connections: accepted: /tmp/vnc.sock
[xvnc        ]  SConnection: Client needs protocol version 3.8
[xvnc        ]  SConnection: Client requests security type None(1)
[xvnc        ]  VNCSConnST:  Server default pixel format depth 24 (32bpp) little-endian rgb888
[xvnc        ]  VNCSConnST:  Client pixel format depth 24 (32bpp) little-endian bgr888
[xvnc        ]  ComparingUpdateTracker: 0 pixels in / 0 pixels out
[xvnc        ]  ComparingUpdateTracker: (1:-nan ratio)

Container inspect

[
    {
        "Id": "e394726ebcf2f96983b89f401cf34833f1465ae94fff919495c3c2142c53c815",
        "Created": "2024-11-08T07:40:58.242096172Z",
        "Path": "/init",
        "Args": [],
        "State": {
            "Status": "running",
            "Running": true,
            "Paused": false,
            "Restarting": false,
            "OOMKilled": false,
            "Dead": false,
            "Pid": 2197397,
            "ExitCode": 0,
            "Error": "",
            "StartedAt": "2024-11-08T07:40:59.647894148Z",
            "FinishedAt": "0001-01-01T00:00:00Z"
        },
        "Image": "sha256:e58375eb19550f75ee947b08e09db835b84be55337bfe8d7af9bc29c1d5eb17d",
        "ResolvConfPath": "/var/lib/docker/containers/e394726ebcf2f96983b89f401cf34833f1465ae94fff919495c3c2142c53c815/resolv.conf",
        "HostnamePath": "/var/lib/docker/containers/e394726ebcf2f96983b89f401cf34833f1465ae94fff919495c3c2142c53c815/hostname",
        "HostsPath": "/var/lib/docker/containers/e394726ebcf2f96983b89f401cf34833f1465ae94fff919495c3c2142c53c815/hosts",
        "LogPath": "/var/lib/docker/containers/e394726ebcf2f96983b89f401cf34833f1465ae94fff919495c3c2142c53c815/e394726ebcf2f96983b89f401cf34833f1465ae94fff919495c3c2142c53c815-json.log",
        "Name": "/jdownloader-2",
        "RestartCount": 0,
        "Driver": "overlay2",
        "Platform": "linux",
        "MountLabel": "",
        "ProcessLabel": "",
        "AppArmorProfile": "docker-default",
        "ExecIDs": null,
        "HostConfig": {
            "Binds": [
                "/media/data/usr/local/jd2/output:/output:rw",
                "/media/data/usr/local/jd2:/config:rw",
                "/snap:/snap:rw",
            ],
            "ContainerIDFile": "",
            "LogConfig": {
                "Type": "json-file",
                "Config": {}
            },
            "NetworkMode": "pub_net",
            "PortBindings": {},
            "RestartPolicy": {
                "Name": "unless-stopped",
                "MaximumRetryCount": 0
            },
            "AutoRemove": false,
            "VolumeDriver": "",
            "VolumesFrom": [],
            "CapAdd": null,
            "CapDrop": null,
            "CgroupnsMode": "private",
            "Dns": null,
            "DnsOptions": null,
            "DnsSearch": null,
            "ExtraHosts": null,
            "GroupAdd": null,
            "IpcMode": "private",
            "Cgroup": "",
            "Links": null,
            "OomScoreAdj": 0,
            "PidMode": "",
            "Privileged": false,
            "PublishAllPorts": false,
            "ReadonlyRootfs": false,
            "SecurityOpt": null,
            "UTSMode": "",
            "UsernsMode": "",
            "ShmSize": 67108864,
            "Runtime": "runc",
            "ConsoleSize": [
                0,
                0
            ],
            "Isolation": "",
            "CpuShares": 0,
            "Memory": 0,
            "NanoCpus": 0,
            "CgroupParent": "",
            "BlkioWeight": 0,
            "BlkioWeightDevice": null,
            "BlkioDeviceReadBps": null,
            "BlkioDeviceWriteBps": null,
            "BlkioDeviceReadIOps": null,
            "BlkioDeviceWriteIOps": null,
            "CpuPeriod": 0,
            "CpuQuota": 0,
            "CpuRealtimePeriod": 0,
            "CpuRealtimeRuntime": 0,
            "CpusetCpus": "",
            "CpusetMems": "",
            "Devices": null,
            "DeviceCgroupRules": null,
            "DeviceRequests": null,
            "KernelMemory": 0,
            "KernelMemoryTCP": 0,
            "MemoryReservation": 0,
            "MemorySwap": 0,
            "MemorySwappiness": null,
            "OomKillDisable": null,
            "PidsLimit": null,
            "Ulimits": null,
            "CpuCount": 0,
            "CpuPercent": 0,
            "IOMaximumIOps": 0,
            "IOMaximumBandwidth": 0,
            "MaskedPaths": [
                "/proc/asound",
                "/proc/acpi",
                "/proc/kcore",
                "/proc/keys",
                "/proc/latency_stats",
                "/proc/timer_list",
                "/proc/timer_stats",
                "/proc/sched_debug",
                "/proc/scsi",
                "/sys/firmware"
            ],
            "ReadonlyPaths": [
                "/proc/bus",
                "/proc/fs",
                "/proc/irq",
                "/proc/sys",
                "/proc/sysrq-trigger"
            ]
        },
        "GraphDriver": {
            "Data": {
                "LowerDir": "/var/lib/docker/overlay2/c5124df0aa506fdc170c23c1919ddddc56e6bb69ab2a4a5fda70cb53de62b2cc-init/diff:/var/lib/docker/overlay2/1a91e31c98698836914ee0b447e76ff06c081803cc452a0dca52a60c49a71504/diff:/var/lib/docker/overlay2/3d5cebd7aa67437cee520a708c40cf521d43f3eaf3f4545da638095fd9c4b9be/diff:/var/lib/docker/overlay2/72c0848f7cf732f50016376d7a8e7a593f2b6b6315b760e8116473d54c9e0283/diff:/var/lib/docker/overlay2/b35980443f0783fad26f2b6522fd873cfd8687a0e9d23bf77c77e36cec3d35c6/diff:/var/lib/docker/overlay2/522a8a9b518a28f2de20ce86c6adacbc2f74301780b1a91a8fad76882cf820fb/diff:/var/lib/docker/overlay2/cac0d398d5ffd40b22e725856d91004d6ff30317531954aa41720ace136535e8/diff:/var/lib/docker/overlay2/96bc8b4011ced9a13e369d876b3679e52ab435b89878b3b8f106259f0932d79d/diff:/var/lib/docker/overlay2/8db967041b063ef6370b2057972f31ccdd1def7a293ed97a494764c48a4204c2/diff:/var/lib/docker/overlay2/3004886b81970d8447958345c28b3591b2cf06cb325eb240d4bfb5078b4dd4ae/diff:/var/lib/docker/overlay2/2a7f4e5bd8f15d5e0e95b97ad51a4bf23f8209546e43680e034cf36f43849840/diff:/var/lib/docker/overlay2/2e402e5ee519a843afada41ecc112846f773d7671693b71605e540e33d412a4a/diff:/var/lib/docker/overlay2/85a6139bf55ab98fa53590ba0be0296e8d2ff77f4956ab183fc12dc344bf2bdb/diff:/var/lib/docker/overlay2/ce44a36550828903a5846c9ae8d715f442227535afeb2f9875ba63c82df99025/diff:/var/lib/docker/overlay2/9965b09eb0ddda40a2b02c219bce31adc4df5aa48d9ecc3a436b29edbe468f65/diff:/var/lib/docker/overlay2/0a42100d1c623213717a9c0adc3741e590750428ad7ec74f16cb0d5e6848b6b6/diff:/var/lib/docker/overlay2/e88d480400f0b95f811259db90722d27a37d13ffbc8112e4adc9ce1431fbf64b/diff:/var/lib/docker/overlay2/eabd7fcd798f921578ee2d5c72cf9a0e0f614caa9144ee065d6158b26d34a2a5/diff:/var/lib/docker/overlay2/3e5bbf8f534e2a7de33255d1bdfdb8b39468e857e5c8e7e0117198d497ff5d24/diff:/var/lib/docker/overlay2/00c1ce8f00d36325e06cdccc48020ef29a3b87d4b8fba9db49709e5480219670/diff:/var/lib/docker/overlay2/a597b0bac853afd79234655c0e176d33ea3336974e50334c77c41a65c6e2b8cb/diff:/var/lib/docker/overlay2/9b7468d8a4a63ced8e63b8208f6d240335bd06f6a4f41344c7322c5ab697c266/diff:/var/lib/docker/overlay2/cfff0892c6ebec805fc898f796ea1a5527bdd3624214baa5e2fe7cf384a07ec1/diff:/var/lib/docker/overlay2/9a2054dc6bed423040d57246b8ae47ad5c6be3c5e793360c43374c6b79868cbf/diff:/var/lib/docker/overlay2/4ed3b603a5951cd6e2c9aabcf18de82a61b12340b84028081abe6dd3c406fe25/diff:/var/lib/docker/overlay2/1ee426553cab4a21859d8682e3f292f173b54e5ca74ee08c1612a0eed6c8795e/diff:/var/lib/docker/overlay2/2d5e16c9150a1c1f242c9f7e4baf4a426e451d336c9377e2ab7a6ff9705e3527/diff:/var/lib/docker/overlay2/64264045ea9ee61aadc920ae7947e757904a660720db76b8902f8c775d747399/diff:/var/lib/docker/overlay2/15e2f7845ecfe7947be117c63259a2c33e78fc6b99bd5066ec6553a1b455273d/diff:/var/lib/docker/overlay2/d439c19fac52b5283bab45ddfc01df08ec78f45cc83797b2f08cd46b199017d8/diff:/var/lib/docker/overlay2/533d7b9597b66e1d89051aed0be9e26ac33f6229bf936687693a0b743c8f0ee3/diff:/var/lib/docker/overlay2/662a4d3bee093b168848f65c0d493de3205f90e5730b199dfe78c51b11a929c3/diff:/var/lib/docker/overlay2/7824e4e121f1e7449a3085b414d97570fd7c29898849e8a7ea9506f0197fbfee/diff:/var/lib/docker/overlay2/299fc5ffccea26f70d5c4624e0c539db279d26997932df4a9a19e8d6eff078db/diff:/var/lib/docker/overlay2/8b900b85946b62c1e4bbdb72ea0e032d90accb590450c817a44fcf2b47901315/diff:/var/lib/docker/overlay2/bb11828d6cf786caa5805f42abf22eddd6a064155cdf49100a4050aca143af55/diff:/var/lib/docker/overlay2/dfe71665d9dab935042bd0a3eef403ae221a0458c12e8ecb2e437d2ebc05070f/diff:/var/lib/docker/overlay2/6832e9949a3d830e5bec6091839274d4ac5bfbacf89cb2abee1f338346c5fafe/diff:/var/lib/docker/overlay2/41045e598b6e979e22d1c857ed721292418807cb027be98db1e3147ed4cf5c7d/diff:/var/lib/docker/overlay2/921c54ef68c8fc84224aaf8e69bca69f931daa829e5e38a8faf1b725755c16a0/diff:/var/lib/docker/overlay2/d556956cec903e973170058f47c201867080a14876f71a74a0484865103ff9cb/diff:/var/lib/docker/overlay2/a71776e01de2550efa52f862b22357c5d71ddca267175f0ac4fa41fdec854242/diff",
                "MergedDir": "/var/lib/docker/overlay2/c5124df0aa506fdc170c23c1919ddddc56e6bb69ab2a4a5fda70cb53de62b2cc/merged",
                "UpperDir": "/var/lib/docker/overlay2/c5124df0aa506fdc170c23c1919ddddc56e6bb69ab2a4a5fda70cb53de62b2cc/diff",
                "WorkDir": "/var/lib/docker/overlay2/c5124df0aa506fdc170c23c1919ddddc56e6bb69ab2a4a5fda70cb53de62b2cc/work"
            },
            "Name": "overlay2"
        },
        "Mounts": [
            {
                "Type": "bind",
                "Source": "/media/data/usr/local/jd2",
                "Destination": "/config",
                "Mode": "rw",
                "RW": true,
                "Propagation": "rprivate"
            },
            {
                "Type": "bind",
                "Source": "/media/data/usr/local/jd2/output",
                "Destination": "/output",
                "Mode": "rw",
                "RW": true,
                "Propagation": "rprivate"
            },
            {
                "Type": "bind",
                "Source": "/snap",
                "Destination": "/snap",
                "Mode": "rw",
                "RW": true,
                "Propagation": "rprivate"
            },
        ],
        "Config": {
            "Hostname": "e394726ebcf2",
            "Domainname": "",
            "User": "",
            "AttachStdin": false,
            "AttachStdout": false,
            "AttachStderr": false,
            "ExposedPorts": {
                "3129/tcp": {},
                "5800/tcp": {},
                "5900/tcp": {}
            },
            "Tty": false,
            "OpenStdin": false,
            "StdinOnce": false,
            "Env": [
                "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/base/sbin:/opt/base/bin",
                "ENV=/root/.docker_rc",
                "USER_ID=1000",
                "GROUP_ID=1000",
                "SUP_GROUP_IDS=",
                "UMASK=0022",
                "LANG=en_US.UTF-8",
                "TZ=Etc/UTC",
                "KEEP_APP_RUNNING=0",
                "APP_NICENESS=0",
                "INSTALL_PACKAGES=",
                "PACKAGES_MIRROR=",
                "CONTAINER_DEBUG=0",
                "DISPLAY_WIDTH=1920",
                "DISPLAY_HEIGHT=1080",
                "DARK_MODE=0",
                "SECURE_CONNECTION=0",
                "SECURE_CONNECTION_VNC_METHOD=SSL",
                "SECURE_CONNECTION_CERTS_CHECK_INTERVAL=60",
                "WEB_LISTENING_PORT=5800",
                "VNC_LISTENING_PORT=5900",
                "VNC_PASSWORD=",
                "ENABLE_CJK_FONT=0",
                "WEB_AUDIO=0",
                "WEB_AUTHENTICATION=0",
                "WEB_AUTHENTICATION_DEFAULT_USERNAME=",
                "WEB_AUTHENTICATION_DEFAULT_PASSWORD=",
                "MYJDOWNLOADER_EMAIL=",
                "MYJDOWNLOADER_PASSWORD=",
                "MYJDOWNLOADER_DEVICE_NAME=",
                "JDOWNLOADER_HEADLESS=0",
                "JDOWNLOADER_MAX_MEM="
            ],
            "Cmd": [
                "/init"
            ],
            "Image": "jlesage/jdownloader-2",
            "Volumes": {
                "/config": {},
                "/output": {},
                "/snap": {},
            },
            "WorkingDir": "/tmp",
            "Entrypoint": null,
            "OnBuild": null,
            "Labels": {
                "com.docker.compose.config-hash": "4de31c146c2afa926981d1af3a6d236779d06c4ed03a2dfff00c0de8e67cfd07",
                "com.docker.compose.container-number": "1",
                "com.docker.compose.oneoff": "False",
                "com.docker.compose.project": "jdownloader",
                "com.docker.compose.project.config_files": "docker-compose.yaml",
                "com.docker.compose.project.working_dir": "/root/dev/.docker/jdownloader",
                "com.docker.compose.service": "jdownloader-2",
                "com.docker.compose.version": "1.29.2",
                "org.label-schema.description": "Docker container for JDownloader 2",
                "org.label-schema.name": "jdownloader-2",
                "org.label-schema.schema-version": "1.0",
                "org.label-schema.vcs-url": "https://github.com/jlesage/docker-jdownloader-2",
                "org.label-schema.version": "24.09.1",
                "traefik.docker.network": "pve_bridge",
                "traefik.enable": "true",
                "traefik.http.routers.jd2.entrypoints": "web,websecure",
                "traefik.http.routers.jd2.rule": "Host(`jd2.myextrabeautifuldns.com`)",
                "traefik.http.routers.jd2.tls": "true",
                "traefik.http.routers.jd2.tls.certresolver": "production",
                "traefik.http.services.jd2.loadbalancer.server.port": "5800"
            }
        },
        "NetworkSettings": {
            "Bridge": "",
            "SandboxID": "dd6ce58583f2d48549f5165899a31503cda4ca1a7a302bfaabc0319d2b51fb2a",
            "HairpinMode": false,
            "LinkLocalIPv6Address": "",
            "LinkLocalIPv6PrefixLen": 0,
            "Ports": {},
            "SandboxKey": "/var/run/docker/netns/dd6ce58583f2",
            "SecondaryIPAddresses": null,
            "SecondaryIPv6Addresses": null,
            "EndpointID": "",
            "Gateway": "",
            "GlobalIPv6Address": "",
            "GlobalIPv6PrefixLen": 0,
            "IPAddress": "",
            "IPPrefixLen": 0,
            "IPv6Gateway": "",
            "MacAddress": "",
            "Networks": {
                "pub_net": {
                    "IPAMConfig": {
                        "IPv4Address": "192.168.1.215"
                    },
                    "Links": null,
                    "Aliases": [
                        "jdownloader-2",
                        "e394726ebcf2"
                    ],
                    "NetworkID": "29fdfc2d1c7c7cb04e63e8eabf4158851f4d69ea031968e3164aef7240508065",
                    "EndpointID": "5a743de41b58d0d95b9f20f1f83ec99b9fa6c09f07158fb8ef5839efe5765ba7",
                    "Gateway": "192.168.1.1",
                    "IPAddress": "192.168.1.215",
                    "IPPrefixLen": 24,
                    "IPv6Gateway": "",
                    "GlobalIPv6Address": "",
                    "GlobalIPv6PrefixLen": 0,
                    "MacAddress": "02:42:c0:a8:01:d7",
                    "DriverOpts": null
                },
                "pve_bridge": {
                    "IPAMConfig": null,
                    "Links": null,
                    "Aliases": [
                        "jdownloader-2",
                        "e394726ebcf2"
                    ],
                    "NetworkID": "8cbe3773c883f67fc7ad1329af42dcbc010c5c3064cf86b068bd853cb35d889b",
                    "EndpointID": "23986dcb333b2e0ab0e84446b61e460aaa50c8a19ad961d06f437af10f353d92",
                    "Gateway": "172.20.0.1",
                    "IPAddress": "172.20.0.12",
                    "IPPrefixLen": 16,
                    "IPv6Gateway": "",
                    "GlobalIPv6Address": "",
                    "GlobalIPv6PrefixLen": 0,
                    "MacAddress": "02:42:ac:14:00:0c",
                    "DriverOpts": null
                }
            }
        }
    }
]

Anything else?

No response

jlesage commented 3 hours ago

You mean after an update of the container image or an update JDownloader itself ?