Update docker-compose.dev.yml
This commit is contained in:
parent
977365535e
commit
f6c56c68d4
@ -2,7 +2,9 @@ version: '3.8'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
fish-speech:
|
fish-speech:
|
||||||
build: .
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: dockerfile.dev
|
||||||
container_name: fish-speech
|
container_name: fish-speech
|
||||||
volumes:
|
volumes:
|
||||||
- ./:/exp
|
- ./:/exp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user