fix(matrix): use bind mount instead of named volume for Synapse data

Fixes permission issues with signing.key generation.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Till-JS 2026-01-28 12:47:51 +01:00
parent 9ff709dc49
commit b017534f0b

View file

@ -780,7 +780,7 @@ services:
volumes:
- ./docker/matrix/homeserver.yaml:/data/homeserver.yaml:ro
- ./docker/matrix/log.config.yaml:/data/log.config.yaml:ro
- synapse_data:/data
- ./docker/matrix/data:/data
ports:
- "8008:8008"
- "9002:9002" # Metrics (9000 used by MinIO)