Skip to content

Commit

Permalink
Merge pull request #106 from FlowFuse/knolleary-patch-1
Browse files Browse the repository at this point in the history
Fix logPassthrough
  • Loading branch information
hardillb authored Aug 2, 2024
2 parents 6f76f39 + 1e5c609 commit 11e21cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const createContainer = async (project, domain) => {
contOptions.Env.push(`FORGE_NR_SECRET=${credentialSecret}`)
}

if (this._app.driver.options?.logPassthrough) {
if (this._app.config.driver.options?.logPassthrough) {
contOptions.Env.push('FORGE_LOG_PASSTHROUGH=true')
}

Expand Down

0 comments on commit 11e21cb

Please sign in to comment.