Skip to content

Commit 104ed54

Browse files
Skip validation in logs parser for compose loading
Co-authored-by: Alessio Perugini <alessio@perugini.xyz>
1 parent 356cbe7 commit 104ed54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/orchestrator/logs.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ func AppLogs(
9090
WorkingDir: mainCompose.Base(),
9191
Environment: types.NewMapping(os.Environ()),
9292
},
93+
loader.WithSkipValidation, //TODO: check if there is a bug on docker compose upstream
9394
)
9495
if err != nil {
9596
return nil, err

0 commit comments

Comments
 (0)