containers / containers/podman-compose
support for `--project-directory`
- Dominant language
- Python
- Stars
- 6.2k
- Forks
- 622
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
`docker-compose` support a `--project-directory` argument that can be quite useful in conjunction with `-f`.
Documentation can be found here: https://docs.docker.com/compose/reference/
**Describe the solution you'd like**
I'd like to be able to use the `--project-directory` argument to use a `docker-compose.yml` with a different working directory.
**Describe alternatives you've considered**
The only alternative I see is copying the `docker-compose.yml` into the working directory.
**Additional context**
Since I'm only creating a temporary compose file within a script I'd prefer it to be placed in a temporary folder.
Contributor guide
Assessment
This issue has not been assessed yet.