Use external port 9002 instead of 8080
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
98a1792106
commit
39d6e7ac33
2 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ Two containers: `app` (NestJS serving the SPA + API) and `valkey`. Wire-up in
|
||||||
docker compose up --build
|
docker compose up --build
|
||||||
```
|
```
|
||||||
|
|
||||||
Then open <http://localhost:8080>.
|
Then open <http://localhost:9002>.
|
||||||
|
|
||||||
## Update data
|
## Update data
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ services:
|
||||||
valkey:
|
valkey:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
ports:
|
ports:
|
||||||
- "8080:3000"
|
- "9002:3000"
|
||||||
|
|
||||||
valkey:
|
valkey:
|
||||||
image: valkey/valkey:8-alpine
|
image: valkey/valkey:8-alpine
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue