Skip to content

Commit 35bccb9

Browse files
committed
feat(serverless): explain that containers are accessible on ports 80 and 443 from the internet
1 parent 745c205 commit 35bccb9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pages/serverless-containers/concepts.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,10 @@ The value defined in the port parameter will then be passed to your container du
156156
Only one port can be exposed per Serverless Container.
157157
</Message>
158158

159+
<Message type="note">
160+
Your container is accessible from the internet via ports 80 and 443, regardless of the specified port. The value you set determines how the Scaleway infrastructure accesses your container.
161+
</Message>
162+
159163
## Privacy policy
160164

161165
A container's privacy policy defines whether a container may be invoked anonymously (**public**) or only via an authentication mechanism provided by the [Scaleway API](https://www.scaleway.com/en/developers/api/serverless-containers/#authentication) (**private**).

0 commit comments

Comments
 (0)