Update README.md
This commit is contained in:
parent
0ce14f3aec
commit
edff480e0b
1 changed files with 3 additions and 0 deletions
|
|
@ -44,6 +44,8 @@ docker run --name openreader-webui \
|
||||||
```
|
```
|
||||||
> Note: The `openreader_docstore` volume is used to store server-side documents. You can mount a local directory instead. Or remove it if you don't need server-side documents.
|
> Note: The `openreader_docstore` volume is used to store server-side documents. You can mount a local directory instead. Or remove it if you don't need server-side documents.
|
||||||
|
|
||||||
|
> Note: Requesting audio from the TTS API happens on the client not the Next.js server. So the API base URL needs to be accessible on the device that you are loading/hydrating the website on, not the device running the localhost:3003 Next.js server.
|
||||||
|
|
||||||
Visit [http://localhost:3003](http://localhost:3003) to run the app.
|
Visit [http://localhost:3003](http://localhost:3003) to run the app.
|
||||||
|
|
||||||
### ⬆️ Update Docker Image
|
### ⬆️ Update Docker Image
|
||||||
|
|
@ -92,6 +94,7 @@ services:
|
||||||
cp .env.template .env
|
cp .env.template .env
|
||||||
# Edit .env with your configuration settings
|
# Edit .env with your configuration settings
|
||||||
```
|
```
|
||||||
|
> Note: Requesting audio from the TTS API happens on the client not the Next.js server. So the API base URL needs to be accessible on the device that you are loading/hydrating the website on, not the device running the localhost:3003 Next.js server.
|
||||||
|
|
||||||
4. Start the development server:
|
4. Start the development server:
|
||||||
```bash
|
```bash
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue