From 3017c14f0f70c4ba53122818dd327f86565ce7f1 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 21 Sep 2023 20:18:43 +0200 Subject: [PATCH] Update Dockerfile --- immich/Dockerfile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/immich/Dockerfile b/immich/Dockerfile index 399c8e23c22..5ca3a0a3dc2 100644 --- a/immich/Dockerfile +++ b/immich/Dockerfile @@ -35,13 +35,13 @@ ARG CONFIGLOCATION="/config/addons_config/immich" RUN if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh # Install REDIS -ENV DOCKER_MODS="imagegenius/mods:universal-redis" -RUN \ - echo "Installing REDIS" \ - && chmod 777 -R /docker-mods \ - && /./docker-mods/* || ls / \ - && if [ !-f /defaults/redis.conf ]; then echo "Not installed" && exit 1; fi -ENV DOCKER_MODS="" +#ENV DOCKER_MODS="imagegenius/mods:universal-redis" +#RUN \ +# echo "Installing REDIS" \ +# && chmod 777 -R /docker-mods \ +# && /./docker-mods/* || ls / \ +# && if [ !-f /defaults/redis.conf ]; then echo "Not installed" && exit 1; fi +#ENV DOCKER_MODS="" ################## # 3 Install apps #