Open chanjarster opened 5 years ago
Sounds like a legit bug. Does it worked already for you at some version ? And if so, at which version ? (sorry for the delayed response btw)
I use d-m-p of version 0.30.0. It doesn't work.
My question is, did it ever worked for you because you are writing
When using compose file, dynamic port selection doesn't work anymore.
And if so, in which version did it work for you ?
For version 0.30.0, it works if I don't use compose file, it never worked if I use compose file. I didn't try other versions.
Ok, so that might then be a limitation of the docker-compose support (but no regression). Looks like a bug, but unfortunately, I personally can't work on this. However, if someone wants to pick that up, happy to help to integrate a PR for this. But it's probably not trivial as that kind of property replacement is 'special' and dmp and would need to be added to the compose support.
Description
When using compose file, dynamic port selection doesn't work anymore. Furthermore, the port mapping properties disappears too:
Property
tomcat.port
is empty.I have created a sample project at https://github.com/chanjarster/dmp-bug/tree/master/portmapping-compose-not-work
Info
mvn -v
) :