Version Alpine:3.20 Php:8.3

This commit is contained in:
2024-09-10 12:21:39 +02:00
parent fe575b476c
commit e317d44546
90 changed files with 28107 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
FROM alpine:3.12
LABEL author="Serge NOEL <serge.noel@easylinux.fr>"
RUN apk add redis
RUN sed -i "s/bind 127.0.0.1/#bind 127.0.0.1/g" /etc/redis.conf \
&& sed -i "s|logfile /var/log/redis/redis.log|logfile /dev/stdout|g" /etc/redis.conf
EXPOSE 6379
VOLUME /var/lib/redis