It is not so complicated to get it up & running, you just need to know where to start   First thing you need to edit the homeserver.yaml located in /appdata/matrix   Locate - port: 8008 tls: false type: http x_forwarded: true bind_addresses: ['::1', '127.0.0.1'] Change the bind address to your docker IP address or to 0.0.0.0, otherwise you wont be able to connect.   Then start the docker, head to console & insert the following: cat
    • Thanks
    • Like
    3