]> PHS Git Server - phs-stack.git/commitdiff
Adding TeamCity and YouTrack.
authorcharleswrayjr <charleswrayjr@gmail.com>
Fri, 5 Sep 2025 02:19:43 +0000 (21:19 -0500)
committercharleswrayjr <charleswrayjr@gmail.com>
Fri, 5 Sep 2025 02:19:43 +0000 (21:19 -0500)
docker-compose.yml

index b3068ddf160e84556ce5715aa53b18c7cee031d1..b098d74ae15f86fa04d499d1df1823aa58aed160 100644 (file)
@@ -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'