mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 19:01:08 +02:00
🔧 fix(cloudflared): correct matrix.mana.how port (8008 → 4000)
Synapse container maps internal port 8008 to host port 4000. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
c3044cb38e
commit
fe96354e3f
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ ingress:
|
|||
|
||||
# Matrix (DSGVO-konformes Messaging)
|
||||
- hostname: matrix.mana.how
|
||||
service: http://localhost:8008
|
||||
service: http://localhost:4000
|
||||
- hostname: element.mana.how
|
||||
service: http://localhost:4080
|
||||
- hostname: link.mana.how
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue