File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,15 @@ body:
2121 attributes :
2222 label : Docker compose
2323 description : The compose file (or otherwise the `docker run` command used).
24+ render : yaml
2425 validations :
2526 required : true
2627 - type : textarea
2728 id : log
2829 attributes :
2930 label : Docker log
3031 description : The logfile of the container (as shown by `docker logs windows`).
32+ render : shell
3133 validations :
3234 required : true
3335 - type : textarea
Original file line number Diff line number Diff line change @@ -23,13 +23,15 @@ body:
2323 attributes :
2424 label : Docker compose
2525 description : The compose file (or otherwise the `docker run` command used).
26+ render : yaml
2627 validations :
2728 required : true
2829 - type : textarea
2930 id : log
3031 attributes :
3132 label : Docker log
3233 description : The logfile of the container (as shown by `docker logs windows`).
34+ render : shell
3335 validations :
3436 required : true
3537 - type : textarea
You can’t perform that action at this time.
0 commit comments