Skip to content

Commit

Permalink
Merge branch 'master' into feature/add-api
Browse files Browse the repository at this point in the history
  • Loading branch information
jhj0517 committed Dec 6, 2024
2 parents 0a8f0a6 + 526d4fe commit a5ee3f3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ services:
image: jhj0517/whisper-webui:latest

volumes:
# Update paths to mount models and output paths to your custom paths like this, e.g:
# - C:/whisper-models/custom-path:/Whisper-WebUI/models
# - C:/whisper-webui-outputs/custom-path:/Whisper-WebUI/outputs
- /Whisper-WebUI/models
- /Whisper-WebUI/outputs
# You can mount the container's volume paths to directory paths on your local machine.
# Models will be stored in the `./models' directory on your machine.
# Similarly, all output files will be stored in the `./outputs` directory.
- ./models:/Whisper-WebUI/models
- ./outputs:/Whisper-WebUI/outputs

ports:
- "7860:7860"
Expand Down

0 comments on commit a5ee3f3

Please sign in to comment.