Alexandre
2023-11-23 16:35:08 +01:00
committed by GitHub
parent 9235163666
commit 30ad919a15

View File

@@ -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