[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
@@ -45,7 +45,7 @@ Ensure `turnserver.conf` and `docker-compose.yml` are in the same directory.
Run:
```bash
docker compose up -d
docker-compose up -d
```
### 5. Check Logs (Optional)
@@ -53,7 +53,7 @@ docker compose up -d
Check logs to verify the server:
```bash
docker compose logs -f <service_name>
docker-compose logs -f <service_name>
```
---