containers / podman-compose

a script to run docker-compose.yml using podman
GNU General Public License v2.0
4.85k stars 463 forks source link

Make PodmanCompose.prefer_volume_over_mount configurable #959

Open arshanh opened 3 weeks ago

arshanh commented 3 weeks ago

This configuration is statically set to True. However, there are cases where --mount syntax is required, for example, when colons in a path would be confused with the colon separators in the shorthand syntax.

I can fix this if someone can comment on the preferred method of making this configurable.