From 53580557c7f88a8f199627403dffa443847b55d5 Mon Sep 17 00:00:00 2001 From: valitovgaziz Date: Tue, 11 Nov 2025 11:37:07 +0500 Subject: [PATCH] modified: main_dc/Makefile add commands watch -n 2 --- main_dc/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/main_dc/Makefile b/main_dc/Makefile index 946da53..44d5010 100644 --- a/main_dc/Makefile +++ b/main_dc/Makefile @@ -128,6 +128,9 @@ build_certbot: docker compose build certbot --no-cache start_certbot: - docker compose up certbot -d && wat + docker compose up certbot -d certbot: stop_cerbot git build_certbot start_certbot + +wn: + watch -n 2 'docker ps'