diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index c351f059e..3bd5a06de 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -20,7 +20,7 @@ You'll then have: You can now access your wallabag instance using that url: `http://127.0.0.1:8000` -If you want to test using an other database than SQLite, uncomment the `postgres` or `mariadb` code from the `docker-compose.yml` file at the root of the repo. Also uncomment related line in the `php` section so the database will be linked to your PHP instance. +If you want to test using an other database than SQLite, uncomment the `postgres` or `mariadb` code from the `compose.yaml` file at the root of the repo. Also uncomment related line in the `php` section so the database will be linked to your PHP instance. ### Using your own PHP server diff --git a/.gitignore b/.gitignore index a7f91d8fa..9e9a525cc 100644 --- a/.gitignore +++ b/.gitignore @@ -15,7 +15,7 @@ .php-cs-fixer.cache .phpunit.result.cache phpunit.xml -docker-compose.override.yml +compose.override.yaml # Parameters /app/config/parameters.yml diff --git a/docker-compose.yml b/compose.yaml similarity index 100% rename from docker-compose.yml rename to compose.yaml