Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium authored Sep 21, 2023
1 parent 4575a03 commit 3017c14
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions immich/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
Expand Down

0 comments on commit 3017c14

Please sign in to comment.