From 9447054a654530ad7966e68c42d56f9a4c14643c Mon Sep 17 00:00:00 2001 From: ntohidi Date: Mon, 18 Aug 2025 14:20:05 +0800 Subject: [PATCH] docs: update Docker instructions to use the latest release tag --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 16fa42a1..131d55f3 100644 --- a/README.md +++ b/README.md @@ -304,9 +304,9 @@ The new Docker implementation includes: ### Getting Started ```bash -# Pull and run the latest release candidate -docker pull unclecode/crawl4ai:0.7.0 -docker run -d -p 11235:11235 --name crawl4ai --shm-size=1g unclecode/crawl4ai:0.7.0 +# Pull and run the latest release +docker pull unclecode/crawl4ai:latest +docker run -d -p 11235:11235 --name crawl4ai --shm-size=1g unclecode/crawl4ai:latest # Visit the playground at http://localhost:11235/playground ```