9 lines
190 B
YAML
9 lines
190 B
YAML
|
version: '3.3'
|
||
|
services:
|
||
|
opentts:
|
||
|
container_name: opentts
|
||
|
ports:
|
||
|
- '5500:5500'
|
||
|
image: 'synesthesiam/opentts:all'
|
||
|
command: --no-espeak --cache
|