Skip to content

Commit 28bb479

Browse files
committed
fix(serverless): a port is not related to the HTTP protocol
1 parent 0a99e57 commit 28bb479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/serverless-containers/concepts.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ The port parameter specifies the network port that your container listens on for
153153
The value defined in the port parameter will then be passed to your container during the deployment inside the `PORT` environment variable.
154154

155155
<Message type="note">
156-
Only one HTTP port can be exposed per Serverless Container.
156+
Only one port can be exposed per Serverless Container.
157157
</Message>
158158

159159
## Privacy policy

0 commit comments

Comments
 (0)