We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6927a0 commit bfedbe3Copy full SHA for bfedbe3
README.md
@@ -249,8 +249,10 @@ set :network_mode, 'networkmode'
249
Docker (and therefore Centurion) supports one of `bridge` (the default), `host`,
250
and `container:<container-id>` for this argument.
251
252
-*Note:* While `host_port` remains required, the mappings specified in it are
253
-*ignored* when using `host` and `container...` network modes.
+In `host` and `container...` network modes, you may specify a
+`host_port, container_port` mapping, however the port numbers will only be used
254
+for container health checks. The mapping itself, while still passed via the API,
255
+will be ignored by Docker.
256
257
### CGroup Resource Constraints
258
0 commit comments