forked from TrueCloudLab/distribution
Update Makefile
Co-authored-by: James Hewitt <james.hewitt@gmail.com> Signed-off-by: Milos Gajdos <milosgajdos83@gmail.com>
This commit is contained in:
parent
6b0c391865
commit
075d81d7bf
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -122,7 +122,7 @@ test-cloud-storage: start-cloud-storage run-s3-tests stop-cloud-storage ## run c
|
|||
|
||||
.PHONY: start-cloud-storage
|
||||
start-cloud-storage: ## start local cloud storage (minio)
|
||||
docker compose -f tests/docker-compose-storage.yml up minio minio-init -d
|
||||
$(COMPOSE) -f tests/docker-compose-storage.yml up minio minio-init -d
|
||||
|
||||
.PHONY: stop-cloud-storage
|
||||
stop-cloud-storage: ## stop local cloud storage (minio)
|
||||
|
|
Loading…
Reference in a new issue