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
Recently we had to debug the following error in a moderately complex compose setup:
line xx: unexpected character "{" in variable name "{"
It later turned out to be a syntax error in one of the .env files included. It would have been very helpful if the error would also shown the affected file. The error originates here:
Description
Recently we had to debug the following error in a moderately complex compose setup:
It later turned out to be a syntax error in one of the
.env
files included. It would have been very helpful if the error would also shown the affected file. The error originates here:https://github.com/compose-spec/compose-go/blob/d2fae8edbd9fa258520dc2aa85399bb74819bc52/dotenv/parser.go#L130
And this seems to be the call site:
compose/cmd/compose/compose.go
Lines 676 to 679 in 66a4716
The text was updated successfully, but these errors were encountered: