Skip to content

Commit 6e8c9bb

Browse files
committed
feat(srv): update
1 parent 228ed40 commit 6e8c9bb

File tree

1 file changed

+1
-1
lines changed
  • tutorials/hosting-websites-webapps-serverless-containers

1 file changed

+1
-1
lines changed

tutorials/hosting-websites-webapps-serverless-containers/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ To host a static HTML page on Serverless Containers, you first need to create a
7272
- **Registry namespace**: the Container Registry namespace you pushed your image to.
7373
- **Container port**: `8O` as it is the [port](/serverless-containers/reference-content/port-parameter-variable/) exposed in the dockerfile.
7474
- **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).
7676

7777
The deployment of your container can take up to a minute to complete.
7878

0 commit comments

Comments
 (0)