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
Some Windows editors tend to add UTF-8 BOM markers to files,
which breaks parsing of `.env` files.
Now, when the file is read, if it starts with a UTF-8 BOM,
we'll skip it. (`.env` files are always processed as UTF-8.)
See docker/compose#9799.
Signed-off-by: Milas Bowman <[email protected]>
0 commit comments