Skip to content

Commit fbd8294

Browse files
committed
Renaming Docker Compose files.
1 parent dfb3916 commit fbd8294

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
/test/medium/
1212
/.ashrc
1313
/.env
14-
/docker-compose.override.yml
14+
/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`.
10+
711
## [3.3.0] - 2024-09-30
812
### Changed
913
- cyril-verloop/codingame-configuration 1.5.1 => 1.7.0.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ user@host projects$ cp ./.env.dist ./.env
2727
user@host projects$ cp ./.ashrc.dist ./.ashrc
2828
```
2929
Edit the `./.env` to use your user UID and GID in the container if necessary.
30-
The `./.ashrc`, `./.env` and `./docker-compose.override.yml` files are ignored by git, you can modify them to your needs.
30+
The `./.ashrc`, `./.env` and `./compose.override.yaml` files are ignored by git, you can modify them to your needs.
3131
The `./.ashrc` add some aliases to your container.
3232

3333
Installing the dependencies :
File renamed without changes.

0 commit comments

Comments
 (0)