Skip to content

Commit

Permalink
Merge pull request #417 from jhj0517/chore/update-docs
Browse files Browse the repository at this point in the history
chore: Update docs in docker compose
  • Loading branch information
jhj0517 authored Dec 6, 2024
2 parents 0652709 + 2087f1b commit 526d4fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ services:
image: jhj0517/whisper-webui:latest

volumes:
# You can place your models in the `./models` directory on your machine
# and they will be automatically available in the Docker container.
# 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
Expand Down

0 comments on commit 526d4fe

Please sign in to comment.