Initial Commit

This commit is contained in:
2026-03-24 06:57:33 +01:00
commit d418c44437
8 changed files with 374 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/sh
set -e
if [ "${1%.tmpl}" != "$1" ]; then
cat "$1" | envsubst > /etc/redis.conf
set -- /etc/redis.conf
fi
docker-entrypoint.sh "$@"