-
Notifications
You must be signed in to change notification settings - Fork 568
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently, when running a compose file in a sub-folder, it takes that folder as a basis for all subsequent elements.
Imagine parent with .yaml file in sub-folder and invocating using podman compose --file=sub/myproject.yaml
If any folder registered in volume in the form of ../anothersub, path substitution is converting this to sub/sub/anothersub which is clearly an error.
Being able to specify --project-directory parent would avoid related issues and enhance docker compatibility.
GongT
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request