Open m-czernek opened 4 years ago
I think you have to disable mappings by adding --transform_policy=identity
. For example:
$ sudo podman-compose --transform_policy=identity up
Here a list of available mappings for --transform_policy
.
This might be possible now
The following
docker-compose.yml
file is a valid file fordocker-compose
:Both containers become available and ready. No ports are exposed to the outside.
However,
podman-compose
fails to properly execute the above configuration becauseredis
andredis-2
require identical ports.The following configuration encounters the same problem:
Containers should be internally isolated from each other, and should not require unique internal ports.