@@ -188,16 +188,22 @@ format: `<HOST_DIR>:<CONTAINER_DIR>[:PERMISSIONS]`.
188
188
189
189
# ## Ports
190
190
191
- Here is the list of ports used by the container. They can be mapped to the host
192
- via the ` -p` parameter (one per port mapping). Each mapping is defined in the
193
- following format: ` < HOST_PORT> :< CONTAINER_PORT> ` . The port number inside the
194
- container cannot be changed, but you are free to use any port on the host side.
195
-
196
- | Port | Mapping to host | Description |
197
- | ------| -----------------| -------------|
198
- | 8181 | Mandatory | Port used to access the web interface of the application. |
199
- | 8080 | Mandatory | Port used to serve HTTP requests. |
200
- | 4443 | Mandatory | Port used to serve HTTPs requests. |
191
+ Here is the list of ports used by the container.
192
+
193
+ When using the default bridge network, ports can be mapped to the host via the
194
+ ` -p` parameter (one per port mapping). Each mapping is defined with the
195
+ following format: ` < HOST_PORT> :< CONTAINER_PORT> ` . The port number used inside
196
+ the container might not be changeable, but you are free to use any port on the
197
+ host side.
198
+
199
+ See the [Docker Container Networking](https://docs.docker.com/config/containers/container-networking)
200
+ documentation for more details.
201
+
202
+ | Port | Protocol | Mapping to host | Description |
203
+ | ------| ----------| -----------------| -------------|
204
+ | 8181 | TCP | Mandatory | Port used to access the web interface of the application. |
205
+ | 8080 | TCP | Mandatory | Port used to serve HTTP requests. |
206
+ | 4443 | TCP | Mandatory | Port used to serve HTTPs requests. |
201
207
202
208
# ## Changing Parameters of a Running Container
203
209
0 commit comments