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: pages/serverless-containers/concepts.mdx
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,11 +153,8 @@ The port parameter specifies the network port that your container listens on for
153
153
The value defined in the port parameter will then be passed to your container during the deployment inside the `PORT` environment variable.
154
154
155
155
<Messagetype="note">
156
-
Only one port can be exposed per Serverless Container.
157
-
</Message>
158
-
159
-
<Messagetype="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.
156
+
- Only one port can be exposed per Serverless Container.
157
+
- 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.
0 commit comments