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 80e8b90 commit 0f1c2f7Copy full SHA for 0f1c2f7
1 file changed
roles/generate-jenkins/templates/README.j2
@@ -35,7 +35,7 @@
35
{% if kasm_blurb is defined %}
36
{% include "README_SNIPPETS/KASM.j2" | trim %}
37
38
-{% endif %}
+{% endif %}
39
{% if readonly_supported is defined and readonly_supported %}
40
{% include "README_SNIPPETS/READONLY.j2" | trim %}
41
@@ -80,7 +80,7 @@ Containers are configured using parameters passed at runtime (such as those abov
80
{% endif %}
81
{% if param_usage_include_ports %}
82
{% for item in param_ports %}
83
-| `-p {{ item.internal_port }}` | {{ item.port_desc }} |
+| `-p {{ item.external_port }}:{{ item.internal_port }}` | {{ item.port_desc }} |
84
{% endfor %}
85
86
{% if opt_param_usage_include_ports %}
0 commit comments