mirror of
https://github.com/containers/podman-compose.git
synced 2025-01-07 14:39:53 +01:00
Add ability to input docker-compose.yaml via stdin
Signed-off-by: Artho Pacini <eu@arthopacini.com>
This commit is contained in:
parent
3b15170ccf
commit
0f645e4c70
@ -2051,7 +2051,7 @@ class PodmanCompose:
|
||||
parser.add_argument(
|
||||
"-f",
|
||||
"--file",
|
||||
help="Specify an alternate compose file (default: docker-compose.yml). If '-' is specified, the input will be read from standard input (stdin).",
|
||||
help="Specify an alternate compose file (default: docker-compose.yml) or '-' for reading from stdin.",
|
||||
metavar="file",
|
||||
action="append",
|
||||
default=[],
|
||||
|
Loading…
Reference in New Issue
Block a user