Documentation edits made through Mintlify web editor

This commit is contained in:
Saurav Niraula 2025-06-24 14:46:50 +05:45 committed by GitHub
parent 432b7bbffe
commit 5712d7137d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,9 +35,9 @@ Presenton can be customized and secured using environment variables. Below are t
```bash
docker run -it --name presenton -p 5000:80 \
-e LLM="openai" \
-e OPENAI_API_KEY="your_openai_api_key" \
-e CAN_CHANGE_KEYS="false" \
-v "./user_data:/app/user_data" \
ghcr.io/presenton/presenton:v0.3.0-beta
-e LLM="openai" \
-e OPENAI_API_KEY="your_openai_api_key" \
-e CAN_CHANGE_KEYS="false" \
-v "./user_data:/app/user_data" \
ghcr.io/presenton/presenton:v0.3.0-beta
```