From 2087f1bcba256e01eb0457f5ce8db6080ceb8edd Mon Sep 17 00:00:00 2001 From: jhj0517 <97279763+jhj0517@users.noreply.github.com> Date: Fri, 6 Dec 2024 18:25:08 +0900 Subject: [PATCH] Update doc in compose --- docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 8ed84d8..e0cd324 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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