Skip to content

Commit

Permalink
PMM-5086-12634 Revert changed makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
JiriCtvrtka committed Nov 25, 2024
1 parent 15c4e53 commit 8e733b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ endif

env-up: ## Start devcontainer
COMPOSE_PROFILES=$(PROFILES) \
docker compose up -d --wait
docker compose up -d --wait --wait-timeout 100

env-up-rebuild: env-update-image ## Rebuild and start devcontainer. Useful for custom $PMM_SERVER_IMAGE
COMPOSE_PROFILES=$(PROFILES) \
Expand All @@ -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
docker compose up --detach --renew-anon-volumes --remove-orphans --wait --wait-timeout 100

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

0 comments on commit 8e733b4

Please sign in to comment.