diff --git a/tests/mariadb/docker-compose.yml b/tests/mariadb/compose.yml similarity index 97% rename from tests/mariadb/docker-compose.yml rename to tests/mariadb/compose.yml index 6808119..8a33f72 100644 --- a/tests/mariadb/docker-compose.yml +++ b/tests/mariadb/compose.yml @@ -1,5 +1,3 @@ -version: "3" - services: mariadb: image: wodby/mariadb diff --git a/tests/mariadb/run.sh b/tests/mariadb/run.sh index 0972429..849fce6 100755 --- a/tests/mariadb/run.sh +++ b/tests/mariadb/run.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -docker-compose up -d +docker compose up -d diff --git a/tests/postgres/docker-compose.yml b/tests/postgres/compose.yml similarity index 96% rename from tests/postgres/docker-compose.yml rename to tests/postgres/compose.yml index 9d221aa..0cab941 100644 --- a/tests/postgres/docker-compose.yml +++ b/tests/postgres/compose.yml @@ -1,5 +1,3 @@ -version: "3" - services: postgres: image: wodby/postgres diff --git a/tests/postgres/run.sh b/tests/postgres/run.sh index 0972429..849fce6 100755 --- a/tests/postgres/run.sh +++ b/tests/postgres/run.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -docker-compose up -d +docker compose up -d