mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-02-07 09:01:02 +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
|
container_name: mirotalk
|
||||||
hostname: mirotalk
|
hostname: mirotalk
|
||||||
ports:
|
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:
|
volumes:
|
||||||
- .env:/src/.env:ro
|
- .env:/src/.env:ro
|
||||||
- /mnt/docker-volumes/mirotalk/app:/src/app:ro
|
- /mnt/docker-volumes/mirotalk/app:/src/app:ro
|
||||||
|
|
Loading…
Reference in New Issue
Block a user