We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 356cbe7 commit 104ed54Copy full SHA for 104ed54
internal/orchestrator/logs.go
@@ -90,6 +90,7 @@ func AppLogs(
90
WorkingDir: mainCompose.Base(),
91
Environment: types.NewMapping(os.Environ()),
92
},
93
+ loader.WithSkipValidation, //TODO: check if there is a bug on docker compose upstream
94
)
95
if err != nil {
96
return nil, err
0 commit comments