Skip to content

Commit 6fd371c

Browse files
fix: start-minimal make target (open-telemetry#1604)
Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
1 parent a61ab14 commit 6fd371c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ start:
138138

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

0 commit comments

Comments
 (0)