Update docker-compose.yml

add note regarding plaintext http vs. webrtc not working
This commit is contained in:
LRVT 2023-02-20 18:50:11 +01:00 committed by GitHub
parent 58bdaf0879
commit 1f9e758c8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,10 @@ services:
container_name: mirotalk
hostname: mirotalk
ports:
- 3000:3000 # WEB UI
# use a reverse proxy with SSL/TLS support
# otherwise webrtc won't work with plaintext http after Chrome 47+
# see https://stackoverflow.com/questions/52759992/how-to-access-camera-and-microphone-in-chrome-without-https/58449078#58449078
- 3000:3000 # WEB UI;
volumes:
- .env:/src/.env:ro
- /mnt/docker-volumes/mirotalk/app:/src/app:ro