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": {