mirror of
https://github.com/containers/podman-compose.git
synced 2025-04-21 07:59:15 +02:00
FIXES #442: allow --no-pod or custom --pod-args
This commit is contained in:
parent
7942a091c3
commit
2d6bb52e36
@ -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(
|
||||||
|
Loading…
Reference in New Issue
Block a user