modified: main_dc/Makefile
add commands watch -n 2
This commit is contained in:
+4
-1
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user