Announcements
The Google Cloud Community will be in read-only from July 16 - July 22 as we migrate to a new platform; refer to this community post for more details.
Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Cloud run issue - failed to start & listen a container port : 8080

i'm working on a POC concept on python 
ive built python application using docker image and pushed to gcr.io repo.the image is running in local environment perfectly.

when i tried to create cloud run as a service " The user-provided container failed to start and listen on the port defined provided by the PORT=8080 environment variable. Logs for this revision might contain more information."

the POC don't need port 8080 to access the container bucket

this is the error I'm getting. the same docker image is succeeded as cloud run job but wont run as service

any help would be appreciated....

thank you

0 1 5,950
1 REPLY 1

While creating cloud run service please keep port number as 80 not 8080 

Top Solution Authors