modified: serv_nginx/Makefile
add docker logs commad
This commit is contained in:
+4
-1
@@ -40,7 +40,10 @@ build_nginx:
|
||||
start_nginx:
|
||||
docker compose up nginx -d
|
||||
|
||||
nginx: git stop_nginx build_nginx start_nginx
|
||||
logs_nginx:
|
||||
docker logs nginx -f
|
||||
|
||||
nginx: git stop_nginx build_nginx start_nginx logs_nginx
|
||||
|
||||
stop:
|
||||
docker compose down
|
||||
|
||||
Reference in New Issue
Block a user