Skip to content

Commit e6b8e94

Browse files
authored
[FIX] Corrected the nginx port number (#1561)
Corrected the nginx port number Signed-off-by: Ritwik G <100672805+ritwik-g@users.noreply.github.com>
1 parent 0c5997f commit e6b8e94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ services:
165165
container_name: unstract-frontend
166166
restart: unless-stopped
167167
ports:
168-
- "3000:3000"
168+
- "3000:80"
169169
depends_on:
170170
- backend
171171
- reverse-proxy

0 commit comments

Comments
 (0)