It's running!

Congratulations, you successfully deployed a container image to Cloud Run.

This created the revision "webmail-6c01debf-01f6-406b-ade3-c86e8169a898" of the Cloud Run service "webmail" in the GCP project "myrynetworks-mail-services".

The code inside this container is listening for HTTP requests on the port defined by the PORT environment variable and is not able to execute when it is not processing a request.
You can deploy to Cloud Run any container that respects these constraints, it will automatically run and scale without you having to worry about anything.

What's next?

Follow a tutorial to build a "Hello World" application in your favorite language into a container image, and then deploy it to Cloud Run:

Build and deploy Quickstart