From a179f63137e0ec682dff2d311eb22f021b966a3e Mon Sep 17 00:00:00 2001 From: Alex Halkin <1190812+alexgalkin@users.noreply.github.com> Date: Fri, 23 May 2025 00:51:58 +0300 Subject: [PATCH] fix: update docker compose command ref --- src/create/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/create/index.js b/src/create/index.js index f59a054..94f9637 100644 --- a/src/create/index.js +++ b/src/create/index.js @@ -107,7 +107,7 @@ export default async function create(options) { To run the stack with Docker: - docker-compose up + docker compose up To prepare for deployment: