fix: Local docker host

This commit is contained in:
Andras Bacsai 2022-02-17 23:49:25 +01:00
parent 0ed87a5dfc
commit 1aff8933c9

View File

@ -17,7 +17,7 @@ export async function letsEncrypt({ domain, isCoolify = false, id = null }) {
if (isCoolify) {
const data = await db.prisma.setting.findFirst();
dualCerts = data.dualCerts;
host = '/var/run/docker.sock';
host = 'unix:///var/run/docker.sock';
} else {
// Check Application
const applicationData = await db.prisma.application.findUnique({