Update port for synapse container
This commit is contained in:
parent
aa2915f080
commit
24f34c1042
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
[core]
|
||||
pager = delta
|
||||
|
||||
[color]
|
||||
ui = auto
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ services:
|
|||
restart: unless-stopped
|
||||
hostname: synapse
|
||||
ports:
|
||||
- 8000:8008
|
||||
- 8008:8008
|
||||
- 9009:9009
|
||||
links:
|
||||
- synapse-db
|
||||
|
|
Loading…
Reference in a new issue