From 24f34c10426943bfefac5086178293b7da0386d1 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Sun, 27 Oct 2024 19:56:41 +0100 Subject: [PATCH] Update port for synapse container --- Configs/Git/.gitconfig | 3 +++ Docker/Docker-Compose/Matrix-Stack/docker-compose.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Configs/Git/.gitconfig b/Configs/Git/.gitconfig index fcde201..95936d0 100644 --- a/Configs/Git/.gitconfig +++ b/Configs/Git/.gitconfig @@ -1,3 +1,6 @@ +[core] + pager = delta + [color] ui = auto diff --git a/Docker/Docker-Compose/Matrix-Stack/docker-compose.yml b/Docker/Docker-Compose/Matrix-Stack/docker-compose.yml index a835b0e..94baf87 100644 --- a/Docker/Docker-Compose/Matrix-Stack/docker-compose.yml +++ b/Docker/Docker-Compose/Matrix-Stack/docker-compose.yml @@ -20,7 +20,7 @@ services: restart: unless-stopped hostname: synapse ports: - - 8000:8008 + - 8008:8008 - 9009:9009 links: - synapse-db