-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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 : incorrect label com.docker.compose.network #25114
Comments
additional information:
If I move the 1.yml to a new directory (../test) and execute podman compose -f 1.yml up the error goes away and the new default network (test_default) is created:
|
Note
So it calls docker-compose. It sounds like you are mixing podman-compose with docker-compose and they seems to behave different and I doubt they can/want to be compatible. |
podman-compose has issues that prevent me from using it. It does not support dependency with healthcheck between services. I filed the ticket with the project already. This cannot be justified as a true bug. |
Issue Description
Hello,
I'm facing the following error:
network az_vault_default was found but has incorrect label com.docker.compose.network set to "" (expected: "default")
Steps to reproduce the issue
Steps to reproduce the issue
use the following yml:
or
note the difference in "config" between "podman compose" and podman-compose":
and
Describe the results you received
Describe the results you received
network az_vault_default was found but has incorrect label com.docker.compose.network set to "" (expected: "default")
Containers fail to start.
Describe the results you expected
I expect :
podman info output
Podman in a container
No
Privileged Or Rootless
Rootless
Upstream Latest Release
No
Additional environment details
Environment configuration:
Additional information
podman 5.3.2 (latest) was released 2 days ago. Fedora 40 doesn't have it available yet.
The text was updated successfully, but these errors were encountered: