Skip to content

Commit

Permalink
Correct REDIS path
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium authored Nov 23, 2023
1 parent 9235163 commit 30ad919
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions immich/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@ RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGL

# Install REDIS
#ENV DOCKER_MODS="imagegenius/mods:universal-redis"
#RUN \
# echo "Installing REDIS" \
RUN \
echo "mv /config/redis /data/redis" >> /docker-mods && \
echo "sed -i \"s=/config/redis=/data=g\" /etc/s6*/s6*/*-redis" >> /docker-mods

# && chmod 777 -R /docker-mods \
# && /./docker-mods/* || ls / \
# && if [ !-f /defaults/redis.conf ]; then echo "Not installed" && exit 1; fi
Expand Down

0 comments on commit 30ad919

Please sign in to comment.