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

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