Skip to content

Commit 9447054

Browse files
committed
docs: update Docker instructions to use the latest release tag
1 parent f4a4328 commit 9447054

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -304,9 +304,9 @@ The new Docker implementation includes:
304304
### Getting Started
305305

306306
```bash
307-
# Pull and run the latest release candidate
308-
docker pull unclecode/crawl4ai:0.7.0
309-
docker run -d -p 11235:11235 --name crawl4ai --shm-size=1g unclecode/crawl4ai:0.7.0
307+
# Pull and run the latest release
308+
docker pull unclecode/crawl4ai:latest
309+
docker run -d -p 11235:11235 --name crawl4ai --shm-size=1g unclecode/crawl4ai:latest
310310

311311
# Visit the playground at http://localhost:11235/playground
312312
```

0 commit comments

Comments
 (0)