feat: Force restart coolify proxy

fix: Cannot configure coolify proxy
This commit is contained in:
Andras Bacsai
2022-02-15 15:55:55 +01:00
parent bc723b3f15
commit 4487846fd7
5 changed files with 35 additions and 7 deletions

View File

@@ -87,8 +87,7 @@ export const post: RequestHandler = async (event) => {
}
}
if (fqdn) {
const found = await checkContainer('/var/run/docker.sock', 'coolify-haproxy');
if (!found) await startCoolifyProxy('/var/run/docker.sock');
await startCoolifyProxy('/var/run/docker.sock');
const domain = getDomain(fqdn);
const isHttps = fqdn.startsWith('https://');
if (domain) {