[mirotalk] - rb

This commit is contained in:
Miroslav Pejic
2025-04-02 10:11:39 +02:00
parent 49c82e8b3f
commit 98afe41ff9
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -101,7 +101,7 @@ if [ "$answer" != "${answer#[Yy]}" ] ;then
else
log "Build image from source"
docker compose build
docker-compose build
log "Remove old and unused docker images"
@@ -111,7 +111,7 @@ if [ "$answer" != "${answer#[Yy]}" ] ;then
log "Start containers"
docker compose up #-d
docker-compose up #-d
else
log "Install dependencies"