From 6c754c6bdbc2840165496d908ee637c9849c0d15 Mon Sep 17 00:00:00 2001 From: charleswrayjr Date: Thu, 4 Sep 2025 21:13:30 -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 7e1d828..d3e155d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -32,7 +32,7 @@ services: POSTGRES_DB: postgres PORT: 5433 ports: - - "5433:54328" + - "54328:5433" volumes: - ./volumes/tc-data:/var/lib/postgresql/data command: postgres -c 'max_connections=500' -- 2.43.0