mirror of
https://github.com/containers/podman-compose.git
synced 2025-07-05 07:00:11 +02:00
FIXES #442: allow --no-pod or custom --pod-args
This commit is contained in:
@ -1548,7 +1548,7 @@ class PodmanCompose:
|
|||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--no-pod",
|
"--no-pod",
|
||||||
help="disable pod creation",
|
help="disable pod creation",
|
||||||
action='store_true',
|
action="store_true",
|
||||||
default=False,
|
default=False,
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
|
Reference in New Issue
Block a user