Commit 123c8aa1 by Robert Raposa Committed by Brian Beggs

Update make SERVICE-logs.

parent 21aed9b4
...@@ -56,7 +56,7 @@ logs: ## View logs from containers running in detached mode ...@@ -56,7 +56,7 @@ logs: ## View logs from containers running in detached mode
docker-compose logs -f docker-compose logs -f
%-logs: ## View the logs of the specified service container %-logs: ## View the logs of the specified service container
docker-compose logs -f --tail=500 | grep edx.devstack.$* docker-compose logs -f --tail=500 $*
pull: ## Update Docker images pull: ## Update Docker images
docker-compose pull docker-compose pull
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment