Closed tien closed 8 months ago
podman compose
contains no logic is just executes either docker-compose or podman-compose so in you case like docker-compose, so you have to configure it to use podman-compose, see https://docs.podman.io/en/latest/markdown/podman-compose.1.html
Issue Description
Running
podman compose
on a compose file with a build step, won't search forContainerfile
. The oldpodman-compose
work as expected.Steps to reproduce the issue
Containerfile
podman compose up
Describe the results you received
Describe the results you expected
Should work with both
Dockerfile
&Containerfile
without having to explicitly specify the file namepodman info output
Podman in a container
No
Privileged Or Rootless
None
Upstream Latest Release
No
Additional environment details
No response
Additional information
No response