diff --git a/index.js b/index.js index bf2c973..fa41da7 100644 --- a/index.js +++ b/index.js @@ -118,7 +118,7 @@ app.get('/cobalt', async (req, res) => { for (let retries = 0; retries < maxRetries; retries++) { try { - json = await (await fetch('http://gluetun:9000/api/json', { + json = await (await fetch('http://127.0.0.1:9000/api/json', { method: 'POST', headers: { 'Accept': 'application/json',