mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-04-05 19:41:56 +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:
|
environment:
|
||||||
- is_half=False
|
- is_half=False
|
||||||
volumes:
|
volumes:
|
||||||
- G:/GPT-SoVITS-DockerTest/output:/workspace/output
|
- ./output:/workspace/output
|
||||||
- G:/GPT-SoVITS-DockerTest/logs:/workspace/logs
|
- ./logs:/workspace/logs
|
||||||
- G:/GPT-SoVITS-DockerTest/SoVITS_weights:/workspace/SoVITS_weights
|
- ./SoVITS_weights:/workspace/SoVITS_weights
|
||||||
- G:/GPT-SoVITS-DockerTest/reference:/workspace/reference
|
- ./reference:/workspace/reference
|
||||||
working_dir: /workspace
|
working_dir: /workspace
|
||||||
ports:
|
ports:
|
||||||
- "9870:9870"
|
- "9870:9870"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user