Skip to content

Commit c2ba6cb

Browse files
committed
Renaming Docker Compose files.
1 parent c6ec670 commit c2ba6cb

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
/vendor/
1616
/.ashrc
1717
/.env
18-
/docker-compose.override.yml
18+
/compose.override.yaml

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [Unreleased]
8+
### Changed
9+
- Renaming `docker-compose.yml` to `compose.yaml` and `docker-compose.override.yml` to `compose.override.yaml`.
10+
711
## [5.3.0] - 2024-09-30
812
### Changed
913
- cyril-verloop/codingame-configuration 1.6.0 => 1.7.0.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ Copy some configuration files for Docker and PHPUnit :
3030
user@host projects$ cp ./ci/phpunit.dist.xml ./ci/phpunit.xml
3131
user@host projects$ cp ./.env.dist ./.env
3232
user@host projects$ cp ./.ashrc.dist ./.ashrc
33-
user@host projects$ cp ./docker-compose.override.yml.dist ./docker-compose.override.yml
33+
user@host projects$ cp ./compose.override.yaml.dist ./compose.override.yaml
3434
```
3535
Edit the `./.env` to add your user to the container.
36-
The `./ci/phpunit.xml`, `./.ashrc`, `./.env` and `./docker-compose.override.yml` files are ignored by git, you can modify them to your needs.
37-
The `./.ashrc` and `./docker-compose.override.yml` add some aliases to your container.
36+
The `./ci/phpunit.xml`, `./.ashrc`, `./.env` and `./compose.override.yaml` files are ignored by git, you can modify them to your needs.
37+
The `./.ashrc` and `./compose.override.yaml` add some aliases to your container.
3838

3939
Install the dependencies :
4040
```shellsession
File renamed without changes.

0 commit comments

Comments
 (0)