services: synapse remove exposed federeation port for Synapse
This commit is contained in:
parent
c0928b87a6
commit
a2b43b2855
|
@ -364,5 +364,5 @@ services:
|
||||||
- ./matrix/matrix.env
|
- ./matrix/matrix.env
|
||||||
volumes:
|
volumes:
|
||||||
- ./matrix:/data
|
- ./matrix:/data
|
||||||
ports:
|
expose:
|
||||||
- 8008:8008
|
- 8008
|
||||||
|
|
Reference in a new issue