From fbf2d9955b72ab8154a8d65b25b18d917a8d0848 Mon Sep 17 00:00:00 2001 From: charleswrayjr Date: Thu, 4 Sep 2025 21:02:10 -0500 Subject: [PATCH] Adding TeamCity and YouTrack. --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index b03b719..7111790 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -32,9 +32,9 @@ services: POSTGRES_USER: postgres POSTGRES_PASSWORD: ab9cfz12 POSTGRES_DB: postgres - PORT: 54328 + PORT: 5433 ports: - - "54328:54328" + - "5433:54328" volumes: - ./volumes/tc-data:/var/lib/postgresql/data command: postgres -c 'max_connections=500' -- 2.43.0