From c5f5eb9ed669c45e691d35a71eaf434035c57b4c Mon Sep 17 00:00:00 2001 From: charleswrayjr Date: Thu, 4 Sep 2025 21:19:43 -0500 Subject: [PATCH] Adding TeamCity and YouTrack. --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index b3068dd..b098d74 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -34,7 +34,7 @@ services: POSTGRES_DB: postgres PORT: 5433 ports: - - "54327:5433" + - "54328:5433" volumes: - ./volumes/tc-data:/var/lib/postgresql/data command: postgres -c 'max_connections=500' -- 2.43.0