From 8f0dc1aeb0351b34d6d3d41db625d76cfaa1eaef Mon Sep 17 00:00:00 2001 From: Wheelz Date: Fri, 5 Jun 2026 13:56:17 -0500 Subject: [PATCH] changing port to not be the same as another service --- proxcenter-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxcenter-compose.yml b/proxcenter-compose.yml index 4012447..3912c3e 100644 --- a/proxcenter-compose.yml +++ b/proxcenter-compose.yml @@ -37,7 +37,7 @@ services: frontend: image: ghcr.io/adminsyspro/proxcenter-frontend:${VERSION:-latest} ports: - - "3000:3000" + - "3020:3000" environment: - NODE_ENV=production # Build the Postgres connection string from individual vars so