Skip to content

Commit 483d20a

Browse files
committed
update readme
1 parent a047732 commit 483d20a

File tree

1 file changed

+2
-28
lines changed

1 file changed

+2
-28
lines changed

README.md

Lines changed: 2 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -88,20 +88,8 @@ cp .env.example .env
8888
```bash
8989
python webui.py --ip 127.0.0.1 --port 7788
9090
```
91-
2. WebUI options:
92-
- `--ip`: The IP address to bind the WebUI to. Default is `127.0.0.1`.
93-
- `--port`: The port to bind the WebUI to. Default is `7788`.
94-
- `--theme`: The theme for the user interface. Default is `Ocean`.
95-
- **Default**: The standard theme with a balanced design.
96-
- **Soft**: A gentle, muted color scheme for a relaxed viewing experience.
97-
- **Monochrome**: A grayscale theme with minimal color for simplicity and focus.
98-
- **Glass**: A sleek, semi-transparent design for a modern appearance.
99-
- **Origin**: A classic, retro-inspired theme for a nostalgic feel.
100-
- **Citrus**: A vibrant, citrus-inspired palette with bright and fresh colors.
101-
- **Ocean** (default): A blue, ocean-inspired theme providing a calming effect.
102-
- `--dark-mode`: Enables dark mode for the user interface.
103-
3. **Access the WebUI:** Open your web browser and navigate to `http://127.0.0.1:7788`.
104-
4. **Using Your Own Browser(Optional):**
91+
2. **Access the WebUI:** Open your web browser and navigate to `http://127.0.0.1:7788`.
92+
3. **Using Your Own Browser(Optional):**
10593
- Set `CHROME_PATH` to the executable path of your browser and `CHROME_USER_DATA` to the user data directory of your browser. Leave `CHROME_USER_DATA` empty if you want to use local user data.
10694
- Windows
10795
```env
@@ -159,20 +147,6 @@ CHROME_PERSISTENT_SESSION=true docker compose up --build
159147
- Default VNC password: "youvncpassword"
160148
- Can be changed by setting `VNC_PASSWORD` in your `.env` file
161149

162-
5. **Container Management:**
163-
```bash
164-
# Start with persistent browser
165-
CHROME_PERSISTENT_SESSION=true docker compose up -d
166-
167-
# Start with default mode (browser closes after tasks)
168-
docker compose up -d
169-
170-
# View logs
171-
docker compose logs -f
172-
173-
# Stop the container
174-
docker compose down
175-
```
176150

177151
## Changelog
178152
- [x] **2025/01/26:** Thanks to @vvincent1234. Now browser-use-webui can combine with DeepSeek-r1 to engage in deep thinking!

0 commit comments

Comments
 (0)