From 7ce2cf4c42ada7421432b0cc0aafb96ba4442691 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 20 Sep 2023 21:28:41 +0200 Subject: [PATCH] Update Dockerfile --- immich/Dockerfile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/immich/Dockerfile b/immich/Dockerfile index c6d243db4dc..02aa723357d 100644 --- a/immich/Dockerfile +++ b/immich/Dockerfile @@ -34,8 +34,14 @@ RUN if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_ls USER root -# Install PostgreSQL -ENV DEBIAN_FRONTEND=noninteractive +# 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="" ################## # 3 Install apps #