forked from extern/podman-compose
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",
|
||||
metavar="env_file",
|
||||
type=str,
|
||||
default='.env',
|
||||
default=".env",
|
||||
)
|
||||
parser.add_argument(
|
||||
"-f",
|
||||
|
Loading…
Reference in New Issue
Block a user