124-webapp/matrix/docker-compose.yml

12 lines
299 B
YAML
Raw Normal View History

2025-10-02 12:20:11 +02:00
services:
synapse:
image: matrixdotorg/synapse:latest
container_name: synapse
restart: always
ports:
- "8008:8008" # client-server API (internal)
volumes:
- ./matrix/data:/data
environment:
- SYNAPSE_SERVER_NAME=localhost
- SYNAPSE_REPORT_STATS=no