Skip to content

Commit 0f1c2f7

Browse files
committed
Include external port in params because it's weird that we don't
1 parent 80e8b90 commit 0f1c2f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

roles/generate-jenkins/templates/README.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
{% if kasm_blurb is defined %}
3636
{% include "README_SNIPPETS/KASM.j2" | trim %}
3737

38-
{% endif %}
38+
{% endif %}
3939
{% if readonly_supported is defined and readonly_supported %}
4040
{% include "README_SNIPPETS/READONLY.j2" | trim %}
4141

@@ -80,7 +80,7 @@ Containers are configured using parameters passed at runtime (such as those abov
8080
{% endif %}
8181
{% if param_usage_include_ports %}
8282
{% for item in param_ports %}
83-
| `-p {{ item.internal_port }}` | {{ item.port_desc }} |
83+
| `-p {{ item.external_port }}:{{ item.internal_port }}` | {{ item.port_desc }} |
8484
{% endfor %}
8585
{% endif %}
8686
{% if opt_param_usage_include_ports %}

0 commit comments

Comments
 (0)