From 2bc09219024d83da5dca7fb5d45ad40397b98abe Mon Sep 17 00:00:00 2001 From: Gomathi9520 Date: Sat, 23 Aug 2025 10:39:40 +0530 Subject: [PATCH] fix: Update frontend port mapping from 8400 to 8401 in docker-compose --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 3697f47..49fcdbb 100644 --- a/compose.yaml +++ b/compose.yaml @@ -11,6 +11,6 @@ services: stdin_open: true tty: true ports: - - "8400:80" + - "8401:80" volumes: - ./app:/app