Closed emanuellopes closed 1 year ago
I haven't yet used Ray with Docker myself, but have you specified the host / port? More on that here:
https://spatie.be/docs/ray/v1/environment-specific-configuration/docker
You can put the ray.php
config file in the root of your WordPress site.
I put the ray.php file in wordpress root and worked well, but 10 logs is not enough for testing the application.
Logging is limited in the free/demo version I believe. You can purchase a license here: https://spatie.be/products/ray
I personally think it's worth every penny (and I'm not affiliated with Spatie ;-)).
Hi all, I'm trying to use ray with wordpress running inside a docker-compose.yml file.
I've followed the documentation installed the wordpress plugin and tried also with spatie/ray package on my wordpress theme, but I'm unable to connect to application.
I tested a retested this a lot of times but with no success.
I don't know if I'm missing something on my configuration, also I don't know were I should put the ray.php config file.
I did some debug on spatie/ray but the config folder is always null or empty, the documentation are not good for this.