[mirotalk] - change deprecated docker-compose into docker compose

This commit is contained in:
Miroslav Pejic
2025-04-02 09:39:38 +02:00
parent 3a6a705c3d
commit 49c82e8b3f
7 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -192,9 +192,9 @@ $ cp docker-compose.template.yml docker-compose.yml
# Get official image from Docker Hub
$ docker pull mirotalk/p2p:latest
# create and start containers
$ docker-compose up # -d
$ docker compose up # -d
# to stop and remove resources
$ docker-compose down
$ docker compose down
```
- Open [http://localhost:3000](http://localhost:3000) in your browser.