simplify docker installation

This commit is contained in:
vincent
2025-05-10 20:46:37 +08:00
parent 30f12195b7
commit 27c7caa44d
4 changed files with 7 additions and 23 deletions

View File

@@ -43,11 +43,11 @@ services:
- BROWSER_USE_LOGGING_LEVEL=${BROWSER_USE_LOGGING_LEVEL:-info}
# Browser Settings
- BROWSER_PATH=/usr/bin/google-chrome
- BROWSER_USER_DATA=/app/data/chrome_data
- BROWSER_PATH=
- BROWSER_USER_DATA=
- BROWSER_DEBUGGING_PORT=${BROWSER_DEBUGGING_PORT:-9222}
- BROWSER_DEBUGGING_HOST=0.0.0.0
- USE_OWN_BROWSER=true
- BROWSER_DEBUGGING_HOST=localhost
- USE_OWN_BROWSER=false
- KEEP_BROWSER_OPEN=true
- BROWSER_CDP=${BROWSER_CDP:-} # e.g., http://localhost:9222