From 7e5086f79ba182cdef3b5d3fe352f5cb22564674 Mon Sep 17 00:00:00 2001 From: Frikky Date: Mon, 20 Oct 2025 13:13:15 +0200 Subject: [PATCH] Change 'docker-compose' to 'docker compose' Update docker-compose command to use the new syntax. --- .github/install-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/install-guide.md b/.github/install-guide.md index d7b50a35..113ac1fc 100755 --- a/.github/install-guide.md +++ b/.github/install-guide.md @@ -34,7 +34,7 @@ sudo swapoff -a # Disable swap 4. Run docker-compose. ```bash -docker-compose up -d +docker compose up -d ``` 5. Recommended for Opensearch to work well