[Redis] Rename docker-entrypoint.sh to redis-conf.sh

This commit is contained in:
FreddleSpl0it
2024-11-19 14:54:36 +01:00
parent c1903f121d
commit b0de756a7c
2 changed files with 3 additions and 2 deletions
@@ -3,4 +3,5 @@
cat <<EOF > /redis.conf
requirepass $REDISPASS
EOF
exec redis-server /redis.conf