Playing with different Docker settings to find the best one

This commit is contained in:
unclecode
2024-06-18 19:08:46 +08:00
parent 4a50781453
commit 4d43880cde
6 changed files with 187 additions and 7 deletions

View File

@@ -188,7 +188,7 @@ pip install -e .[all]
# docker build --platform linux/amd64 -t crawl4ai .
# For other users
# docker build -t crawl4ai .
docker run -d -p 8000:80 crawl4ai
docker run -d -p 8000:80 --name crawl4ai_container_1 crawl4ai
```