Skip to content

Commit c4ee5b8

Browse files
Fix command to get docker compose version in problem report template (#2080)
fixing command to get docker compose version in template
1 parent a6d46a9 commit c4ee5b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ISSUE_TEMPLATE/problem-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ body:
3333
id: docker_compose_version
3434
attributes:
3535
label: Docker Compose Version
36-
placeholder: 2.6.0 ← should look like this (docker compose --version)
36+
placeholder: 2.6.0 ← should look like this (docker compose version)
3737
description: |
3838
What version of docker-compose are you using to run self-hosted?
3939
You need to use docker-compose --version if you are running < v2.0.0.

0 commit comments

Comments
 (0)