You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/hosting-websites-webapps-serverless-containers/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ To host a static HTML page on Serverless Containers, you first need to create a
72
72
-**Registry namespace**: the Container Registry namespace you pushed your image to.
73
73
-**Container port**: `8O` as it is the [port](/serverless-containers/reference-content/port-parameter-variable/) exposed in the dockerfile.
74
74
-**Resources**: `100 mVCPU` and `256 MB` memory
75
-
-**Autoscaling**: according to your needs. Refer to the [autoscaling documentation](/serverless-containers/reference-content/containers-autoscaling/) for more information.
75
+
-**Autoscaling**: set a minimum scale of `1`to avoid [cold starts](/serverless-containers/concepts/#cold-start) (optional).
76
76
77
77
The deployment of your container can take up to a minute to complete.
0 commit comments