mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 20:49:32 +00:00
fix: remote traefik webhook
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { asyncExecShell, executeDockerCmd } from './common';
|
||||
import { executeDockerCmd } from './common';
|
||||
import Dockerode from 'dockerode';
|
||||
export function getEngine(engine: string): string {
|
||||
return engine === '/var/run/docker.sock' ? 'unix:///var/run/docker.sock' : engine;
|
||||
|
||||
Reference in New Issue
Block a user