changing port to not be the same as another service

This commit is contained in:
2026-06-05 13:56:17 -05:00
parent d0a5ff708b
commit 8f0dc1aeb0

View File

@@ -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