From 8f3bd54fbaedb470c303fd099997501e9750e4e9 Mon Sep 17 00:00:00 2001 From: RanchiMall Dev Date: Thu, 5 Jan 2023 09:48:18 +0000 Subject: [PATCH] Changed the healthcheck target to flosifght inside container --- healthcheck.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/healthcheck.js b/healthcheck.js index d28f0b1..d963eba 100644 --- a/healthcheck.js +++ b/healthcheck.js @@ -1,6 +1,6 @@ const fetch = (...args) => import('node-fetch').then(({ default: fetch }) => fetch(...args)); -const URL = 'http://flosight.duckdns.org'; +const URL = 'http://localhost:3001'; const checks = [];