#Deploying on google cloud run

3 messages · Page 1 of 1 (latest)

ebon hare
#

I have a laravel app with a working Dockerfile i would like to deploy on google cloud run.

when i deploy it though, it fails at probing, giving the following error:

Default STARTUP TCP probe failed 1 time consecutively for container "laravel-app-1" on port 9000. The instance was not started.

I'm using port 9000, since i'm using fpm.
relevant files below.

#

if anyone has further questions about how the app is structured i can answer