Enhance file selection to support additional audio format (M4A) and update README.md to reflect new supported formats for video and audio recordings.
This commit is contained in:
11
QUICK-FIX.md
11
QUICK-FIX.md
@ -17,13 +17,16 @@ docker-compose up -d --build
|
||||
|
||||
## Better Solution: Use Prebuilt Images
|
||||
|
||||
Once available, use the prebuilt images instead:
|
||||
⚠️ **Note**: GitHub Actions had a naming issue that's now fixed. See [FIX-GITHUB-ACTIONS.md](FIX-GITHUB-ACTIONS.md) for details.
|
||||
|
||||
Once prebuilt images are available, use them instead:
|
||||
|
||||
```bash
|
||||
# Stop current container
|
||||
docker-compose down
|
||||
# Check if images are ready
|
||||
docker pull ghcr.io/dataants-ai/videotranscriber:latest
|
||||
|
||||
# Use prebuilt image (no build required)
|
||||
# If successful, stop current container and use prebuilt image
|
||||
docker-compose down
|
||||
docker-compose -f docker-compose.prebuilt.yml up -d
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user