[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:
@@ -165,7 +165,7 @@ services:
|
||||
container_name: unstract-frontend
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- "3000:80"
|
||||
depends_on:
|
||||
- backend
|
||||
- reverse-proxy
|
||||
|
||||
Reference in New Issue
Block a user