[FIX] Corrected the nginx port number (#1561)

Corrected the nginx port number

Signed-off-by: Ritwik G <100672805+ritwik-g@users.noreply.github.com>
This commit is contained in:
Ritwik G
2025-10-06 12:03:48 +05:30
committed by GitHub
parent 0c5997f9a9
commit e6b8e94ba3

View File

@@ -165,7 +165,7 @@ services:
container_name: unstract-frontend
restart: unless-stopped
ports:
- "3000:3000"
- "3000:80"
depends_on:
- backend
- reverse-proxy