Skip to content

Commit bd9d2e0

Browse files
committed
fix local port
1 parent a85684e commit bd9d2e0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docker-compose.local.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ services:
7373
- .env.local
7474
environment:
7575
NODE_ENV: development
76+
ports:
77+
- "4321:4321"
78+
- "3000:3000"
7679
depends_on:
7780
postgres:
7881
condition: service_healthy

0 commit comments

Comments
 (0)