Closed
Description
Since commit f6dbce3, podman-compose has switched the default behaviour for creating a pod. Before this change, there was a --no-pod
option with default False
. Now there is a --in-pod
option with default False
.
If this change was intentional, then it might be good to advertise / document it somewhere IMHO. But I would think having --in-pod
default to True
to keep backwards compatible would be very good for existing users (including me...)