modified: main_dc/Makefile

add commands watch -n 2
This commit is contained in:
2025-11-11 11:37:07 +05:00
parent 4cd4afaf7f
commit 53580557c7
+4 -1
View File
@@ -128,6 +128,9 @@ build_certbot:
docker compose build certbot --no-cache docker compose build certbot --no-cache
start_certbot: start_certbot:
docker compose up certbot -d && wat docker compose up certbot -d
certbot: stop_cerbot git build_certbot start_certbot certbot: stop_cerbot git build_certbot start_certbot
wn:
watch -n 2 'docker ps'