Is your feature request related to a problem? Please describe.
When setting profiles for services, I think that Docker-compose offers the possibility of selecting all profiles when passing an asterisk. Eg.
podman compose --profile "*" up
I have tried setting --profile "*" while running the subcommands config and up, but not a single service was selected. All my services have a profile assigned to them.
The help/usage paragraph does not mention this possibility.
...
--profile profile Specify a profile to enable
...
Could/does this work with Podman-compose?
Is your feature request related to a problem? Please describe.
When setting profiles for services, I think that Docker-compose offers the possibility of selecting all profiles when passing an asterisk. Eg.
I have tried setting
--profile "*"while running the subcommandsconfigandup, but not a single service was selected. All my services have a profile assigned to them.The help/usage paragraph does not mention this possibility.
Could/does this work with Podman-compose?