1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-05-15 20:11:49 +00:00

[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

View File

@@ -3,4 +3,5 @@
cat <<EOF > /redis.conf
requirepass $REDISPASS
EOF
exec redis-server /redis.conf