docker-entrypoint.sh 92 B

123456
  1. #!/bin/sh
  2. cat <<EOF > /redis.conf
  3. requirepass $REDISPASS
  4. EOF
  5. exec redis-server /redis.conf