We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a61ab14 commit 6fd371cCopy full SHA for 6fd371c
Makefile
@@ -138,7 +138,7 @@ start:
138
139
.PHONY: start-minimal
140
start-minimal:
141
- $(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
142
@echo ""
143
@echo "OpenTelemetry Demo in minimal mode is running."
144
@echo "Go to http://localhost:8080 for the demo UI."
0 commit comments