From 7efe843eee2ad2cd588bd64d95d2a9815dbb28b7 Mon Sep 17 00:00:00 2001 From: lza_menace Date: Mon, 5 Oct 2020 15:42:24 -0700 Subject: [PATCH] fix logs command --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1d161ee..4d739f1 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ down-full: ## Stop the containers docker-compose -f docker-compose.compile.yaml up -d logs: ## Get logs from the containers - docker-compose -f docker-compose.nocompile.yaml up -d + docker-compose -f docker-compose.nocompile.yaml logs -f logs-full: ## Get logs from the containers - docker-compose -f docker-compose.compile.yaml up -d + docker-compose -f docker-compose.compile.yaml logs -f