From f19e600c0dffa09aea18ec85bf30bcb64310a831 Mon Sep 17 00:00:00 2001 From: Sean Date: Thu, 30 Jan 2025 11:31:52 -0800 Subject: [PATCH] Update docker compose version example command The latest versions of docker compose use a "version" subcommand, not flag-type argument --- .github/ISSUE_TEMPLATE/bug-report.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index c1dfc03cf..b41e0bc05 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -25,7 +25,8 @@ If applicable, add screenshots to help explain your problem. **Server Specs:** - OS: [e.g., Ubuntu] - - Docker [e.g., output of `docker --version` and `docker-compose -v`] + - Docker [e.g., output of `docker --version`] + - Docker compose [e.g., output of `docker compose version`] - Ghostwriter [e.g., 2.2.3 or whatever is printed at the bottom of the left-hand sidebar] **Additional context**