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]
|
[color]
|
||||||
ui = auto
|
ui = auto
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,7 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
hostname: synapse
|
hostname: synapse
|
||||||
ports:
|
ports:
|
||||||
- 8000:8008
|
- 8008:8008
|
||||||
- 9009:9009
|
- 9009:9009
|
||||||
links:
|
links:
|
||||||
- synapse-db
|
- synapse-db
|
||||||
|
|
Loading…
Reference in a new issue