Skip to content

Commit fff210a

Browse files
committed
Include external ports to match readme
1 parent 67cec76 commit fff210a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

roles/generate-jenkins/templates/DOCUMENTATION.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,12 @@ Containers are configured using parameters passed at runtime (such as those abov
7878
| :----: | --- |
7979
{% if param_usage_include_ports %}
8080
{% for item in param_ports %}
81-
| `{{ item.internal_port }}` | {{ item.port_desc }} |
81+
| `{{ item.external_port }}:{{ item.internal_port }}` | {{ item.port_desc }} |
8282
{% endfor %}
8383
{% endif %}
8484
{% if opt_param_usage_include_ports %}
8585
{% for item in opt_param_ports %}
86-
| `{{ item.internal_port }}` | {{ item.port_desc }} |
86+
| `{{ item.external_port }}:{{ item.internal_port }}` | {{ item.port_desc }} |
8787
{% endfor %}
8888
{% endif %}
8989
{% if param_usage_include_net %}

0 commit comments

Comments
 (0)