We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffe75f5 commit 7d7c4b2Copy full SHA for 7d7c4b2
GNUmakefile
@@ -11,11 +11,11 @@ build:
11
go build -o dist/
12
13
compose-up: compose-down
14
- MIMIR_VERSION=$(MIMIR_VERSION) docker-compose -f ./docker-compose.yml up -d
+ MIMIR_VERSION=$(MIMIR_VERSION) docker compose -f ./docker-compose.yml up -d
15
curl -s --retry 12 -f --retry-all-errors --retry-delay 10 http://localhost:8080/ready
16
17
compose-down:
18
- docker-compose -f ./docker-compose.yml stop
+ docker compose -f ./docker-compose.yml stop
19
20
docs:
21
go run github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs
0 commit comments