Skip to content

Commit

Permalink
Update default docker-compose version (#213)
Browse files Browse the repository at this point in the history
0.2.1 was just released and is our latest version, so bump the default
version in docker-compose so new users can use it.
  • Loading branch information
navarone-feekery authored Feb 6, 2025
1 parent c3349c1 commit e1e1ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
crawler:
image: docker.elastic.co/integrations/crawler:${CRAWLER_VERSION:-0.2.0}
image: docker.elastic.co/integrations/crawler:${CRAWLER_VERSION:-0.2.1}
container_name: crawler
volumes:
- ./config:/app/config
Expand Down

0 comments on commit e1e1ab2

Please sign in to comment.