fix(docs|build): revert docker-compose files rename (#33883)

This commit is contained in:
Đỗ Trọng Hải
2025-06-24 22:49:58 +07:00
committed by GitHub
parent 5d23dea5aa
commit f6f9582186
14 changed files with 21 additions and 21 deletions

View File

@@ -19,7 +19,7 @@ under the License.
# Utility script to run tests faster
By default tests will be run using the Postgres container defined at the `docker compose` file (`compose.yml`) on the root of the repo,
By default tests will be run using the Postgres container defined at the `docker compose` file (`docker-compose.yml`) on the root of the repo,
so prior to using this script make sure to launch the dev containers.
You can use a different DB backend by defining `SUPERSET__SQLALCHEMY_DATABASE_URI` env var.