Skip to content

Commit

Permalink
Merge pull request #39 from ultravioletrs/updateuiport
Browse files Browse the repository at this point in the history
  • Loading branch information
rodneyosodo authored Nov 27, 2024
2 parents 6aab143 + 0021a83 commit 7a84cce
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions hal/ubuntu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ docker compose pull
5. For local development, replace the following IP address entries in `docker/.env` with your local IP address as follows:

```bash
UV_CUBE_UI_BASE_URL=http://localhost:3001
UV_CUBE_NEXTAUTH_URL=http://localhost:3001/api/auth
UV_CUBE_PUBLIC_BASE_URL=http://localhost:3001
UV_CUBE_NEXTAUTH_URL=http://localhost:${UI_PORT}
```

6. Start the docker containers
Expand Down

0 comments on commit 7a84cce

Please sign in to comment.