From e4716d063497bc9098b330414b5c09aaf2fbbd4c Mon Sep 17 00:00:00 2001 From: kedar-1 <97901228+kedar-1@users.noreply.github.com> Date: Wed, 12 Feb 2025 20:38:53 +0100 Subject: [PATCH] Remove not related text from README.md --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 3365a61..c7efa11 100644 --- a/README.md +++ b/README.md @@ -107,14 +107,6 @@ cp .env.example .env ``` Edit `.env` with your preferred text editor and add your API keys -feature/arm64-support -4. **Access the Application:** - - WebUI: `http://localhost:7788` - - VNC Viewer (to see browser interactions): `http://localhost:6080/vnc.html` - - Direct VNC access is available on port 5901 (especially useful for Mac users) - - Default VNC password is "vncpassword". You can change it by setting the `VNC_PASSWORD` environment variable in your `.env` file. - 3. Run with Docker: ```bash # Build and start the container with default settings (browser closes after AI tasks)