Replies: 1 comment
-
First you have to copy After that in
After that run Thats it :) |
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.
-
When starting my sail app, Horizon es inactive. I need to start with
sail artisan horizon
I see that docker proccess of sail has a
supervisord.conf
.Steps
sail up -d
But horizon is inactive. I need to start in the machine with
sail artisan horizon
I see that
supervisord.conf
call aserve
For me in production I use
command=php /path/mysite/artisan horizon
I think this question is because is inactive.
Is possible autostart horizon in Sail?
Best regrads.
Beta Was this translation helpful? Give feedback.
All reactions