You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can temporaly avoid this problem by using the env_file statement in compose.yml
To help debug the issue as quickly as possible, we recommend generating a support bundle with finch support-bundle generate and attaching it to this issue. This packages all Finch-related configs and logs into one file. finch-support-20240407232422.zip
The text was updated successfully, but these errors were encountered:
Describe the bug
Cannot use
--env-file
option withfinch compose up
commandsoftware version
finch: 1.1.3
MacOS: Sonoma 14.4.1
Steps to reproduce
Expected behavior
The busybox container executes
env
command, and the container stops.The standard output may be like as follows
Screenshots or logs
Actual result
Additional context
finch compose run
(notup
) command was successfully executed, and environment variables (A=1
,B=2
) were set.env_file
statement incompose.yml
To help debug the issue as quickly as possible, we recommend generating a support bundle with
finch support-bundle generate
and attaching it to this issue. This packages all Finch-related configs and logs into one file.finch-support-20240407232422.zip
The text was updated successfully, but these errors were encountered: