Sign inSign up

dtkerr/synapse

By dtkerr

Updated over 8 years ago

An instance of the matrix.org synapse server

Image
0

2.7K

dtkerr/synapse repository overview

An instance of synapse build using the official Debian package.

Usage

The official repo will give you plenty of help on getting your server's confuration worked out (by default the container expects the main config to be named homeserver.yml), and once you have that and you've figured out your database and some place for the var data (avatars and user-uploaded content) you're ready to go

docker run -p 8008:8008 -p 8448:8448 \
    --mount type=bind,src=/config.d,dst=/etc/matrix-synapse,readonly \
    --mount type=bind,src=/var/,dst=/var/lib/matrix-synapse

Tag summary

Content type

Image

Digest

Size

146.5 MB

Last updated

over 8 years ago

docker pull dtkerr/synapse