Skip to content

Commit

Permalink
Attempt to work around dns issue with docker on GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tronical committed Sep 27, 2024
1 parent 162581d commit de5a0b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/typesense-scraper-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit de5a0b1

Please sign in to comment.