mirror of
https://github.com/containers/podman-compose.git
synced 2025-03-12 05:58:19 +01: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