Muayyad Alsadi

Results 176 comments of Muayyad Alsadi

I've noticed that, I believe `run` with no dependency was understood as up with no argument which mean all. I'll fix that.

@diodakus I've fixed your issue please test.

Isn't this a bug in podman, as I just do add-host not replace host!!

I'm just overloaded. Every weekend I say I'll work on it and get distracted. I'll try to see what I can do tomorrow.

@harsh183 the reason why it does not work because - `killbill/killbill:0.22.2` - `killbill/kaui:2.0.1` both listen on 8080 which is not possiblein rootless podman because the only way for container-to-container communication...

I would like to make it clear that the focus of this project is rootless daemon-less user-space containers which is a value that docker does not offer it has its...

as you can see in [this comment](https://github.com/containers/podman-compose/issues/495#issuecomment-1151128589) make sure you have `netavark` and `aardvark-dns` installed and make sure to remove `containernetworking-plugins` and make sure `podman info` show `netavark` not `oci`...

could this be a bug in `podman`? they have been working on multiple networks and they have reworked it in 4.x

the yaml contains lines like this ``` depends_on: db: condition: service_healthy ``` this is currently not supported, change it to ``` depends_on: - db ```