mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 04:59:30 +00:00
debug
This commit is contained in:
@@ -512,7 +512,7 @@ export async function executeDockerCmd({ dockerId, command }: { dockerId: string
|
||||
await createRemoteEngineConfiguration(dockerId)
|
||||
}
|
||||
return await asyncExecShell(
|
||||
`DOCKER_HOST="${host}" ${command}`
|
||||
`DOCKER_BUILDKIT=1 DOCKER_HOST="${host}" ${command}`
|
||||
);
|
||||
}
|
||||
export async function startTraefikProxy(id: string): Promise<void> {
|
||||
|
||||
Reference in New Issue
Block a user