From 21b084331a437e2fb9049217a5ac76239897ea03 Mon Sep 17 00:00:00 2001 From: Giuseppe <30879794+angolo40@users.noreply.github.com> Date: Wed, 27 Dec 2023 11:35:24 +0100 Subject: [PATCH] Update easyinstall.sh edited and fixed docker compose command for docker v2 --- easyinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easyinstall.sh b/easyinstall.sh index ce43df2..aa842d2 100755 --- a/easyinstall.sh +++ b/easyinstall.sh @@ -123,7 +123,7 @@ then done ./easy-setup.sh --non-interactive $cmd2 --iA --restart-mode always --es-memory 6G - docker-compose up -d + docker compose up -d fi