fix commands in makefile

testing-process-exporter
lza_menace 4 years ago
parent 7efe843eee
commit 7b371ad9c5

@ -13,10 +13,10 @@ up-full: ## Build and run the required containers by compiling source
docker-compose -f docker-compose.compile.yaml up -d docker-compose -f docker-compose.compile.yaml up -d
down: ## Stop the containers down: ## Stop the containers
docker-compose -f docker-compose.nocompile.yaml up -d docker-compose -f docker-compose.nocompile.yaml down
down-full: ## Stop the containers down-full: ## Stop the containers
docker-compose -f docker-compose.compile.yaml up -d docker-compose -f docker-compose.compile.yaml down
logs: ## Get logs from the containers logs: ## Get logs from the containers
docker-compose -f docker-compose.nocompile.yaml logs -f docker-compose -f docker-compose.nocompile.yaml logs -f

Loading…
Cancel
Save