Commit e48c6d7
committed
fix: allow to expose a port multiple times in Docker
This change prevents user-specified exposed ports from overriding the
default ones.
This allows one e.g. to export the Kubernetes endpoint both at the
default random port and at a specified host address.
Signed-off-by: Dmitrii Sharshakov <dmitry.sharshakov@siderolabs.com>1 parent 410d8cb commit e48c6d7
1 file changed
+4
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
323 | | - | |
324 | | - | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | | - | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
329 | 327 | | |
330 | 328 | | |
331 | 329 | | |
| |||
0 commit comments