From e66aa0ace0ca26be494e830c87a7bc3847ffb7eb Mon Sep 17 00:00:00 2001 From: William Scalf Date: Mon, 12 Feb 2024 11:45:41 -0500 Subject: [PATCH] Uses docker compose v2 explicitly --- spicedb/start-insights-rebac.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spicedb/start-insights-rebac.sh b/spicedb/start-insights-rebac.sh index a6d68ed..7736b9a 100755 --- a/spicedb/start-insights-rebac.sh +++ b/spicedb/start-insights-rebac.sh @@ -1,3 +1,3 @@ #!/bin/bash set -e -docker-compose --env-file ./spicedb/.env --profile rebac -f ./docker-compose.yaml up -d --build \ No newline at end of file +docker compose --env-file ./spicedb/.env --profile rebac -f ./docker-compose.yaml up -d --build \ No newline at end of file