From 29fab22f838ff9d63a634d253aaba09966a5c421 Mon Sep 17 00:00:00 2001 From: valitovgaziz Date: Tue, 11 Nov 2025 06:19:56 +0500 Subject: [PATCH] modified: main_dc/Makefile add es start command docker ps --- main_dc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main_dc/Makefile b/main_dc/Makefile index a2be764..d30af5b 100644 --- a/main_dc/Makefile +++ b/main_dc/Makefile @@ -89,12 +89,12 @@ easysite_build: docker compose build easysite --no-cache easysite_start: - docker compose up easysite -d + docker compose up easysite -d && docker ps top: htop -es: easysite_stop git easysite_build easysite_start top +es: easysite_stop git easysite_build easysite_start stop_analitics: docker compose down analytics