fix: XTTS model cache volume path /app/xtts_models

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
duffyduck 2026-04-07 23:44:29 +02:00
parent a1e1ee31bd
commit 6300829317
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ services:
ports:
- "8000:8020"
volumes:
- xtts-models:/root/.local/share/tts # Model-Cache (~2GB)
- xtts-models:/app/xtts_models # Model-Cache (~2GB)
- ./voices:/voices # Custom Voice Samples
environment:
- COQUI_TOS_AGREED=1