Skip to content

Commit

Permalink
PMM-12811 try exit-code param for container launch
Browse files Browse the repository at this point in the history
  • Loading branch information
ademidoff committed Jan 19, 2024
1 parent 443e191 commit 8e1d823
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 @@ -20,7 +20,7 @@ env-update-image: ## Pull latest dev image

env-compose-up: env-update-image
COMPOSE_PROFILES=$(PROFILES) \
docker compose up --detach --renew-anon-volumes --remove-orphans --wait --wait-timeout 250
docker compose up --detach --renew-anon-volumes --remove-orphans --wait --wait-timeout 100 --exit-code-from pmm-server

env-devcontainer:
docker exec -it --workdir=/root/go/src/github.com/percona/pmm pmm-server .devcontainer/setup.py
Expand Down

0 comments on commit 8e1d823

Please sign in to comment.