An instance of the matrix.org synapse server
2.7K
An instance of synapse build using the official Debian package.
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
Content type
Image
Digest
Size
146.5 MB
Last updated
over 8 years ago
docker pull dtkerr/synapse