mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-01-31 05:33:46 +00:00
Update docker-compose.yml
add note regarding plaintext http vs. webrtc not working
This commit is contained in:
parent
58bdaf0879
commit
1f9e758c8b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user