mirror of
https://github.com/containers/podman-compose.git
synced 2025-06-11 23:46:40 +02:00
Add ability to input docker-compose.yaml via stdin
Signed-off-by: Artho Pacini <eu@arthopacini.com>
This commit is contained in:
parent
0f645e4c70
commit
82740cc311
@ -2051,7 +2051,7 @@ class PodmanCompose:
|
||||
parser.add_argument(
|
||||
"-f",
|
||||
"--file",
|
||||
help="Specify an alternate compose file (default: docker-compose.yml) or '-' for reading from stdin.",
|
||||
help="Specify an compose file (default: docker-compose.yml) or '-' to read from stdin.",
|
||||
metavar="file",
|
||||
action="append",
|
||||
default=[],
|
||||
|
Loading…
x
Reference in New Issue
Block a user