I deployed my app on Cloud Run service of google. It shows error "Cloud Run error: Container failed to start. Failed to start and then listen on the port defined by the PORT environment variable. Logs for this revision might contain more information. ". I run this image on Cloud Shell to test, it still runs with PORT 8080 and bind 0.0.0.0, I can not find more error in log of cloud run. My project is laravel project. Please help me, how to find out more logs and debug this case. Check Image
2 Answers
1
votes
0
votes
You can look at this step by step guide that might help for this or similar problems with Laravel and Google Cloud Run.
2019-12-10 11:21:35.938 ICTUnlinking stale socket /var/run/supervisor/supervisor.sock
. So, i dont think it's error. I've checked base link like you sent, it's okie. – HoangThang