Skip to content

Commit

Permalink
Insert link to Crawly on Dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
oltarasenko committed Apr 11, 2023
1 parent f65c979 commit f6d13bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/standalone_crawly.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Here we will show how re-implement the example from Quickstart, to achieve the s
}].
```

4. Now lets start the Crawly (TODO: Insert link to crawly Docker repos):
4. Now lets start the Crawly (First pull it from DockerHub: `docker pull oltarasenko/crawly:0.15.0`):
```
docker run --name crawly -e "SPIDERS_DIR=/app/spiders" \
-it -p 4001:4001 -v $(pwd)/spiders:/app/spiders \
Expand Down

0 comments on commit f6d13bf

Please sign in to comment.