Update Dockerfile

This commit is contained in:
Alexandre
2023-11-23 16:37:33 +01:00
committed by GitHub
parent 30ad919a15
commit 79a7bc9745

View File

@@ -38,7 +38,7 @@ RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGL
#ENV DOCKER_MODS="imagegenius/mods:universal-redis"
RUN \
echo "mv /config/redis /data/redis" >> /docker-mods && \
echo "sed -i \"s=/config/redis=/data=g\" /etc/s6*/s6*/*-redis" >> /docker-mods
echo "sed -i \"s=/config/redis=/data=g\" /etc/s6*/s6*/*-redis/run" >> /docker-mods
# && chmod 777 -R /docker-mods \
# && /./docker-mods/* || ls / \