-
Notifications
You must be signed in to change notification settings - Fork 508
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Podman compose -f does not resolve paths #1167
Comments
I have the same issue |
same on real Linux ;) |
I quickly tested the actual |
Same on Fedora CoreOS |
It looks like a path resolution issue. If it can help anyone, I use an absolute path as a temporary workaround. podman compose -f "$PWD/subdir/podman-compose.yaml" up -d |
Also broken on Fedora Workstation |
Broken for: |
Describe the bug
podman compose -f {FILENAME}
fails if the file is not directly located within the directory that runs the command.This will fail
But this works
Output
Environment:
The text was updated successfully, but these errors were encountered: