From 40ee0589b7bc2c718f2857c4ca35b8aa51583c47 Mon Sep 17 00:00:00 2001 From: CJ_Clippy Date: Wed, 1 Oct 2025 00:25:05 -0800 Subject: [PATCH] set publish port for pgadmin --- services/our/compose.production.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/our/compose.production.yaml b/services/our/compose.production.yaml index afbdf1f..ca8cec3 100644 --- a/services/our/compose.production.yaml +++ b/services/our/compose.production.yaml @@ -72,7 +72,7 @@ services: env_file: ./.env ports: - target: 5050 - published: 5050 + published: 8095 protocol: tcp mode: ingress