We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67cec76 commit fff210aCopy full SHA for fff210a
1 file changed
roles/generate-jenkins/templates/DOCUMENTATION.j2
@@ -78,12 +78,12 @@ Containers are configured using parameters passed at runtime (such as those abov
78
| :----: | --- |
79
{% if param_usage_include_ports %}
80
{% for item in param_ports %}
81
-| `{{ item.internal_port }}` | {{ item.port_desc }} |
+| `{{ item.external_port }}:{{ item.internal_port }}` | {{ item.port_desc }} |
82
{% endfor %}
83
{% endif %}
84
{% if opt_param_usage_include_ports %}
85
{% for item in opt_param_ports %}
86
87
88
89
{% if param_usage_include_net %}
0 commit comments