From 480a3e39f6062022e356ca3c8f949596a19ed601 Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Wed, 8 Mar 2023 15:23:49 +0100 Subject: [PATCH] Update README.md fix --- examples/mirotalk/README.md | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/examples/mirotalk/README.md b/examples/mirotalk/README.md index 2524af0..91d97bd 100644 --- a/examples/mirotalk/README.md +++ b/examples/mirotalk/README.md @@ -4,18 +4,8 @@ # Notes -You have to place the `/app/` and `/public/` directories at your Docker bind volume mounts. - -```` -git clone https://github.com/miroslavpejic85/mirotalk -cp -R mirotalk/app/ /mnt/docker-volumes/mirotalk/app -cp -R mirotalk/public/ /mnt/docker-volumes/mirotalk/public -rm -rf mirotalk - -# may move the .env too and adjust compose file -# then docker compose up -```` - You must use a reverse proxy and enable SSL to proxy to the container port TCP/3000. -This is necessary as you are not allowed to run WebRTC on plaintext http after Chrome 47+. +This is necessary as you are not allowed to run WebRTC on plaintext HTTP after Chrome 47+. + +For testing purposes only, running MiroTalk on localhost (127.0.0.1) should work fine though.