[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
+7
View File
@@ -0,0 +1,7 @@
#!/bin/sh
cat <<EOF > /redis.conf
requirepass $REDISPASS
EOF
exec redis-server /redis.conf