Skip to content

Commit 366c37c

Browse files
SamyOubouazizthomas-tacquetRoRoJ
authored
Apply suggestions from code review
Co-authored-by: Thomas TACQUET <[email protected]> Co-authored-by: Rowena Jones <[email protected]>
1 parent c94a9ff commit 366c37c

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pages/serverless-containers/faq.mdx

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -182,16 +182,15 @@ For now, the `HEALTHCHECK` Docker directive has no impact on container readiness
182182
Your application is compatible with Serverless Containers if it meets the following criteria:
183183

184184
- It must handle requests delivered via HTTP, HTTP/2, WebSockets, or gRPC.
185-
- It must not require a persistent local storage due to [ephemeral storage](/serverless-containers/concepts/#ephemeral-storage), and must use shared file storage systems like [Object Storage](https://www.scaleway.com/en/docs/object-storage/)
186-
- It must be able to handle multiple instances of the app running simultaneously.
185+
- It must not require persistent local storage due to [ephemeral storage](/serverless-containers/concepts/#ephemeral-storage), and must use shared file storage systems like [Object Storage](https://www.scaleway.com/en/docs/object-storage/)
187186
- It must fit the [Serverless Containers limitations](/serverless-containers/reference-content/containers-limitations/)
188-
- It must expose a webserver port to be accessible.
187+
- It must expose a webserver port and be listening on `0.0.0.0`.
189188

190189
## Network and storage
191190

192191
### Can I redirect all HTTP traffic to HTTPS?
193192

194-
Yes, you can [redirect every inbound HTTP connections to HTTPS](/serverless-containers/how-to/manage-a-container/#manage-a-deployment-from-the-scaleway-container-registry) by enabling **HTTPS connections only** in the **Security** tab of the **Advanced options** of your container.
193+
Yes, you can [redirect all inbound HTTP connections to HTTPS](/serverless-containers/how-to/manage-a-container/#manage-a-deployment-from-the-scaleway-container-registry) by enabling **HTTPS connections only** in the **Security** tab of the **Advanced options** of your container.
195194

196195
### Can I whitelist the IPs of my containers?
197196

@@ -213,9 +212,9 @@ Scaleway Serverless Containers does not currently support Scaleway VPC or Privat
213212

214213
To add network restrictions on your resource, refer to the [list of prefixes used at Scaleway](https://www.scaleway.com/en/peering/). Serverless resources do not have dedicated or predictable IP addresses.
215214

216-
### Can I use my own TLS certificates?
215+
### Can I use my own TLS certificates for custom domains?
217216

218-
No, you cannot use your own TLS certificates.
217+
No, you cannot use your own TLS certificates. Scaleway uses Let's Encrypt to generate and automatically renew certificates on your [Custom Domains](https://www.scaleway.com/en/docs/serverless-containers/concepts/#custom-domain)
219218

220219
### Can I connect to my container using SSH?
221220

0 commit comments

Comments
 (0)