docker-matrix icon indicating copy to clipboard operation
docker-matrix copied to clipboard

docker image for matrix.org

Results 3 docker-matrix issues
Sort by recently updated
recently updated
newest added

sorry, but this is all really outdated, and is leading people astray. Please remove it if you're unable to maintain it!

When starting my matrix docker service, I see `socket: Protocol not supported` printed many times Here's the compose file: ``` version: '3' services: matrix: container_name: matrix image: avhost/docker-matrix ports: -...

Does anyone have VoIP calling working when just exposing ports? In order for NATted clients to be able to do voice/video calls, I have to switch to host networking for...