From 4b3621b67b75cf67f1ea759cb673893512bee8d2 Mon Sep 17 00:00:00 2001 From: ADBond <48208438+ADBond@users.noreply.github.com> Date: Wed, 2 Oct 2024 10:45:15 +0100 Subject: [PATCH] fix helper scripts paths --- scripts/postgres_docker/teardown.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/postgres_docker/teardown.sh b/scripts/postgres_docker/teardown.sh index ef98e9b3f1..666a41952d 100755 --- a/scripts/postgres_docker/teardown.sh +++ b/scripts/postgres_docker/teardown.sh @@ -2,4 +2,4 @@ # run from root # remove -v (removing volume) if you want to keep data -docker-compose -f scripts/postgres/docker-compose.yaml down -v +docker-compose -f scripts/postgres_docker/docker-compose.yaml down -v