7 lines
80 B
YAML
7 lines
80 B
YAML
version: '3'
|
|
services:
|
|
openvoice:
|
|
build: .
|
|
ports:
|
|
- "7860:7860"
|