diff --git a/README.md b/README.md index e6f6ba0..b40aa41 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ This starts: Host ports for an external reverse proxy: - `3000` -> `landing` -- `3001` -> `api` +- `3003` -> `api` - `9000` -> `minio` S3 API - `9001` -> `minio` console diff --git a/docker-compose.yml b/docker-compose.yml index 90fa64b..e2758d4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -22,7 +22,7 @@ services: dockerfile: server/Dockerfile restart: unless-stopped ports: - - "3001:3000" + - "3003:3000" environment: NODE_ENV: production PORT: 3000 diff --git a/greenlns-landing/README.md b/greenlns-landing/README.md index 89db917..399d66e 100644 --- a/greenlns-landing/README.md +++ b/greenlns-landing/README.md @@ -25,7 +25,7 @@ docker compose up --build -d Published ports for the external reverse proxy: - `3000` for `landing` -- `3001` for `api` +- `3003` for `api` - `9000` for MinIO object storage - `9001` for the MinIO console diff --git a/greenlns-landing/docker-compose.yml b/greenlns-landing/docker-compose.yml index a61f870..8e54702 100644 --- a/greenlns-landing/docker-compose.yml +++ b/greenlns-landing/docker-compose.yml @@ -22,7 +22,7 @@ services: dockerfile: Dockerfile restart: unless-stopped ports: - - "3001:3000" + - "3003:3000" environment: NODE_ENV: production PORT: 3000