diff --git a/docker.js b/docker.js index 67fb293..1ac1ab9 100644 --- a/docker.js +++ b/docker.js @@ -84,7 +84,7 @@ const createContainer = async (project, domain) => { contOptions.Env.push(`FORGE_NR_SECRET=${credentialSecret}`) } - if (this._options?.logPassthrough) { + if (this._app.driver.options?.logPassthrough) { contOptions.Env.push('FORGE_LOG_PASSTHROUGH=true') }