GoogleCloudPlatform / cloud-run-hello

Demo container for Google Cloud Run
https://cloud.run
Apache License 2.0
99 stars 144 forks source link

Display the port value #101

Closed Deleplace closed 3 months ago

Deleplace commented 3 months ago

Before:

Hello from Cloud Run! The container started successfully and is listening for HTTP requests on $PORT

After:

Hello from Cloud Run! The container started successfully and is listening for HTTP requests on port 8080
JulienBreux commented 3 months ago

Duplicate? #92

Deleplace commented 3 months ago

Yes, that's a dupe indeed! Thanks Julien