From de5a0b15b2f3f4aaaea864827a4ad64deaa637cb Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Fri, 27 Sep 2024 10:07:22 +0200 Subject: [PATCH] Attempt to work around dns issue with docker on GH actions --- config/typesense-scraper-config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/typesense-scraper-config.json b/config/typesense-scraper-config.json index 232afbf65..42a1ec4ba 100644 --- a/config/typesense-scraper-config.json +++ b/config/typesense-scraper-config.json @@ -2,12 +2,12 @@ "index_name": "$TYPESENSE_INDEX_NAME", "start_urls": [ { - "url": "http://host.docker.internal", + "url": "http:/172.17.0.1", "selectors_key": "docs" } ], "sitemap_urls": [ - "http://host.docker.internal/sitemap.xml" + "http:/172.17.0.1/sitemap.xml" ], "selectors": { "docs": {