fix: Update README and script to include all valid Docker Compose file extensions

This commit is contained in:
Peter Wood
2025-12-08 00:49:49 +00:00
parent c5760f6dad
commit a478739f55
2 changed files with 6 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ A Python command-line application to manage Docker containers defined in subdire
- Python 3
- Docker and Docker Compose (plugin) installed.
- A `~/docker/` directory containing subdirectories for each of your projects.
- Each project subdirectory must contain a `docker-compose.yml` or `compose.yml` file.
- Each project subdirectory must contain a `docker-compose.yml`, `docker-compose.yaml`, `compose.yml`, or `compose.yaml` file.
## Installation