Changed the healthcheck target to flosifght inside container
This commit is contained in:
parent
d84861da15
commit
8f3bd54fba
@ -1,6 +1,6 @@
|
|||||||
const fetch = (...args) => import('node-fetch').then(({ default: fetch }) => fetch(...args));
|
const fetch = (...args) => import('node-fetch').then(({ default: fetch }) => fetch(...args));
|
||||||
|
|
||||||
const URL = 'http://flosight.duckdns.org';
|
const URL = 'http://localhost:3001';
|
||||||
|
|
||||||
const checks = [];
|
const checks = [];
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user