Skip to content

Commit 745c205

Browse files
committed
fix(serverless): remove confusing sentence about different port
Indeed, we don't specificy what 'different' means here: from a default value?
1 parent c2f3be4 commit 745c205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/serverless-containers/concepts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ The container can then process the message and perform any required actions, suc
148148

149149
## Port
150150

151-
The port parameter specifies the network port that your container listens on for incoming requests. If your application or container is set up to listen on a different port, you must specify it using the port parameter when deploying your container to Serverless Containers. It must reflect the port configuration within your container for your service to function correctly.
151+
The port parameter specifies the network port that your container listens on for incoming requests. It must reflect the port configuration within your container for your service to function correctly.
152152

153153
The value defined in the port parameter will then be passed to your container during the deployment inside the `PORT` environment variable.
154154

0 commit comments

Comments
 (0)