Add restart parameter for tts services
This commit is contained in:
parent
374a307d7b
commit
c41172efbd
1 changed files with 2 additions and 0 deletions
|
@ -80,9 +80,11 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
- marytts
|
- marytts
|
||||||
- mozillatts
|
- mozillatts
|
||||||
|
restart: unless-stopped
|
||||||
marytts:
|
marytts:
|
||||||
image: synesthesiam/marytts:5.2
|
image: synesthesiam/marytts:5.2
|
||||||
container_name: marytts
|
container_name: marytts
|
||||||
|
restart: unless-stopped
|
||||||
tty: true
|
tty: true
|
||||||
networks:
|
networks:
|
||||||
- homeautomation
|
- homeautomation
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue