fix: Update frontend port mapping from 8400 to 8401 in docker-compose

This commit is contained in:
2025-08-23 10:39:40 +05:30
parent e725610674
commit 2bc0921902

View File

@@ -11,6 +11,6 @@ services:
stdin_open: true
tty: true
ports:
- "8400:80"
- "8401:80"
volumes:
- ./app:/app