changing port to not be the same as another service
This commit is contained in:
@@ -37,7 +37,7 @@ services:
|
|||||||
frontend:
|
frontend:
|
||||||
image: ghcr.io/adminsyspro/proxcenter-frontend:${VERSION:-latest}
|
image: ghcr.io/adminsyspro/proxcenter-frontend:${VERSION:-latest}
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3020:3000"
|
||||||
environment:
|
environment:
|
||||||
- NODE_ENV=production
|
- NODE_ENV=production
|
||||||
# Build the Postgres connection string from individual vars so
|
# Build the Postgres connection string from individual vars so
|
||||||
|
|||||||
Reference in New Issue
Block a user