mirror of
https://github.com/containers/podman-compose.git
synced 2025-04-28 19:38:43 +02:00
FIXES #447: support --env-file
This commit is contained in:
parent
d7049150d0
commit
701311aa7a
@ -1545,7 +1545,7 @@ class PodmanCompose:
|
|||||||
help="Specify an alternate environment file",
|
help="Specify an alternate environment file",
|
||||||
metavar="env_file",
|
metavar="env_file",
|
||||||
type=str,
|
type=str,
|
||||||
default='.env',
|
default=".env",
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"-f",
|
"-f",
|
||||||
|
Loading…
Reference in New Issue
Block a user