Has anyone gotten Ray to work on a Laravel Sail application? (MacOS) #508
Unanswered
BlakeCThompson
asked this question in
Q&A
Replies: 1 comment
-
|
pls check your docker and docker-compose version |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been trying for a long time now to get ray working on a laravel sail application running on Docker. I've followed all of the instructions given in the Ray documentation, installing ray, updating my ray.php's remote_path and local_path to the docker working directory and the project's root directory, and adding
to my docker-compose.yml file. (Shown at bottom).
There seems to be an issue with Ray being able to connect to the host. When Ray tries to connect, it gets an error, "Could not resolve host: host.docker.internal", which is odd because, like I said, I've added the extra_hosts to my app's docker-compose entry.
Is there anybody out there that has gotten ray working on a laravel sail application running on Docker?
Here is a snippet of my docker-compose.yml file
Beta Was this translation helpful? Give feedback.
All reactions