Skip to content

Commit

Permalink
fix: start-minimal make target (open-telemetry#1604)
Browse files Browse the repository at this point in the history
Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
  • Loading branch information
rogercoll and julianocosta89 committed Jun 14, 2024
1 parent a61ab14 commit 6fd371c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ start:

.PHONY: start-minimal
start-minimal:
$(DOCKER_COMPOSE_CMD) $(DOCKER_COMPOSE_ENV) up -f docker-compose.minimal.yml up --force-recreate --remove-orphans --detach
$(DOCKER_COMPOSE_CMD) $(DOCKER_COMPOSE_ENV) -f docker-compose.minimal.yml up --force-recreate --remove-orphans --detach
@echo ""
@echo "OpenTelemetry Demo in minimal mode is running."
@echo "Go to http://localhost:8080 for the demo UI."
Expand Down

0 comments on commit 6fd371c

Please sign in to comment.