From c34d9721e0b8f187731a514064dda94d0327eb51 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 2 Jan 2024 08:09:34 +0100 Subject: [PATCH] Update Dockerfile https://github.com/alexbelgium/hassio-addons/issues/1131 --- qbittorrent/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 86309c1eb..999cda8a9 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -64,8 +64,9 @@ RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGL # ADD QBIT_MANAGE ################# -ENV QBM_DOCKER True -ENV QBT_SKIP_QB_VERSION_CHECK True +ENV QBM_DOCKER=True +ENV QBT_SKIP_QB_VERSION_CHECK=True +ENV qbt_skip_qb_version_check=true ENV PYTHONUNBUFFERED=1 # halodint disable=DL3019,SC3010