mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-04-05 12:38:35 +08:00
Merge pull request #174 from hanfangyuan4396/main
fix(docker-compose): relative path volumes
This commit is contained in:
commit
30a5168637
@ -7,10 +7,10 @@ services:
|
||||
environment:
|
||||
- is_half=False
|
||||
volumes:
|
||||
- G:/GPT-SoVITS-DockerTest/output:/workspace/output
|
||||
- G:/GPT-SoVITS-DockerTest/logs:/workspace/logs
|
||||
- G:/GPT-SoVITS-DockerTest/SoVITS_weights:/workspace/SoVITS_weights
|
||||
- G:/GPT-SoVITS-DockerTest/reference:/workspace/reference
|
||||
- ./output:/workspace/output
|
||||
- ./logs:/workspace/logs
|
||||
- ./SoVITS_weights:/workspace/SoVITS_weights
|
||||
- ./reference:/workspace/reference
|
||||
working_dir: /workspace
|
||||
ports:
|
||||
- "9870:9870"
|
||||
|
Loading…
x
Reference in New Issue
Block a user