[call-me] - update readme

This commit is contained in:
Miroslav Pejic
2025-01-10 11:55:08 +01:00
parent 79b0dd84c2
commit 2ee953fd50
3 changed files with 7 additions and 4 deletions
+3 -3
View File
@@ -39,9 +39,6 @@ cd call-me
# Copy .env.template to .env
cp .env.template .env
# Create your own docker-compose.yml
cp docker-compose.template.yml docker-compose.yml
# Install dependencies
npm install
@@ -67,6 +64,9 @@ cd call-me
# Copy .env.template to .env
cp .env.template .env
# Create your own docker-compose.yml
cp docker-compose.template.yml docker-compose.yml
# Get official image from Docker Hub
docker-compose pull
+1 -1
View File
@@ -59,4 +59,4 @@ docker-compose logs -f
- Open ports (e.g., 3478, 5349 for TURN) on your firewall.
- Use secure credentials.
- Test with a WebRTC application.
- Test with a WebRTC application.
+3
View File
@@ -85,6 +85,9 @@ $ cd call-me
# Copy .env.template to .env
$ cp .env.template .env
# Create your own docker-compose.yml
$ cp docker-compose.template.yml docker-compose.yml
# Pull the official Docker image
$ docker pull mirotalk/cme:latest