mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 21:41:09 +02:00
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:
parent
9ff709dc49
commit
b017534f0b
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue